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.6036,-81.6469)};var g_7f011ed6d1cc04558ee1679333764272 = new google.maps.Geocoder();g_7f011ed6d1cc04558ee1679333764272.geocode( { 'address': "1105 Homestead Rd N, Lehigh Acres, FL 33936, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehigh-acres-FL-western-union').style.display = '';map = new google.maps.Map(document.getElementById('lehigh-acres-FL-western-union'), mapOptions);}document.getElementById('d6031b3e').innerHTML += ' | View Map';var $l7f011ed6d1cc04558ee1679333764272 = '

Western Union

Address: 1105 Homestead Rd N, Lehigh Acres, FL 33936, USA
Phone: (239) 369-0571
';var m_7f011ed6d1cc04558ee1679333764272 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_7f011ed6d1cc04558ee1679333764272['infowindow'] = new google.maps.InfoWindow({content: $l7f011ed6d1cc04558ee1679333764272});var infowindow = new google.maps.InfoWindow({content: $l7f011ed6d1cc04558ee1679333764272});google.maps.event.addListener(m_7f011ed6d1cc04558ee1679333764272, 'click', function() {infowindow.open(map,m_7f011ed6d1cc04558ee1679333764272);});$marker.push(m_7f011ed6d1cc04558ee1679333764272);}});}google.maps.event.addDomListener(window, 'load', initialize);