Hi...
i have write this code in my module front controller inside setMedia() method
foreach($customerlocationsdata as $customerlocation){
$customerlocations[] = array(
'firstname' => $customerlocation['firstname'],
'lastname' => $customerlocation['lastname'],
'address1' => $customerlocation['a...