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(29.4016,-82.0889)};var g_4f993657b2583268e1c3b0e79546e470 = new google.maps.Geocoder();g_4f993657b2583268e1c3b0e79546e470.geocode( { 'address': "3620 NE 175th St, Citra, FL 32113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citra-FL-western-union').style.display = '';map = new google.maps.Map(document.getElementById('citra-FL-western-union'), mapOptions);}document.getElementById('41a87af2').innerHTML += ' | View Map';var $l4f993657b2583268e1c3b0e79546e470 = '

Western Union

Address: 3620 NE 175th St, Citra, FL 32113, USA
Phone: (800) 325-6000
';var m_4f993657b2583268e1c3b0e79546e470 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_4f993657b2583268e1c3b0e79546e470['infowindow'] = new google.maps.InfoWindow({content: $l4f993657b2583268e1c3b0e79546e470});var infowindow = new google.maps.InfoWindow({content: $l4f993657b2583268e1c3b0e79546e470});google.maps.event.addListener(m_4f993657b2583268e1c3b0e79546e470, 'click', function() {infowindow.open(map,m_4f993657b2583268e1c3b0e79546e470);});$marker.push(m_4f993657b2583268e1c3b0e79546e470);}});}google.maps.event.addDomListener(window, 'load', initialize);