var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(26.1875,-98.184)};var g_56747caf8c3f5eefb7657b3f3a105c2c = new google.maps.Geocoder();g_56747caf8c3f5eefb7657b3f3a105c2c.geocode( { 'address': "9600 International Blvd., Pharr, TX 78577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pharr-TX-unimex-logistics-l-l-c').style.display = '';map = new google.maps.Map(document.getElementById('pharr-TX-unimex-logistics-l-l-c'), mapOptions);}document.getElementById('120c7343').innerHTML += ' | View Map';var $l56747caf8c3f5eefb7657b3f3a105c2c = '

Unimex Logistics, L.L.C.

Address: 9600 International Blvd., Pharr, TX 78577
Phone: (956) 213-8150
';var m_56747caf8c3f5eefb7657b3f3a105c2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unimex Logistics, L.L.C.',});m_56747caf8c3f5eefb7657b3f3a105c2c['infowindow'] = new google.maps.InfoWindow({content: $l56747caf8c3f5eefb7657b3f3a105c2c});var infowindow = new google.maps.InfoWindow({content: $l56747caf8c3f5eefb7657b3f3a105c2c});google.maps.event.addListener(m_56747caf8c3f5eefb7657b3f3a105c2c, 'click', function() {infowindow.open(map,m_56747caf8c3f5eefb7657b3f3a105c2c);});$marker.push(m_56747caf8c3f5eefb7657b3f3a105c2c);}});}google.maps.event.addDomListener(window, 'load', initialize);