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.7524,-80.9358)};var g_6aea902f69bd95b8c8c4b81a338b5ec3 = new google.maps.Geocoder();g_6aea902f69bd95b8c8c4b81a338b5ec3.geocode( { 'address': "215 W Ventura Ave, Clewiston, FL 33440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clewiston-FL-western-union').style.display = '';map = new google.maps.Map(document.getElementById('clewiston-FL-western-union'), mapOptions);}document.getElementById('922f0cde').innerHTML += ' | View Map';var $l6aea902f69bd95b8c8c4b81a338b5ec3 = '

Western Union

Address: 215 W Ventura Ave, Clewiston, FL 33440, USA
Phone: (561) 992-6250
';var m_6aea902f69bd95b8c8c4b81a338b5ec3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_6aea902f69bd95b8c8c4b81a338b5ec3['infowindow'] = new google.maps.InfoWindow({content: $l6aea902f69bd95b8c8c4b81a338b5ec3});var infowindow = new google.maps.InfoWindow({content: $l6aea902f69bd95b8c8c4b81a338b5ec3});google.maps.event.addListener(m_6aea902f69bd95b8c8c4b81a338b5ec3, 'click', function() {infowindow.open(map,m_6aea902f69bd95b8c8c4b81a338b5ec3);});$marker.push(m_6aea902f69bd95b8c8c4b81a338b5ec3);}});}google.maps.event.addDomListener(window, 'load', initialize);