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.4402,-82.2233)};var g_c7b1de046b9638de896f64adc484c647 = new google.maps.Geocoder();g_c7b1de046b9638de896f64adc484c647.geocode( { 'address': "19998 N US Hwy 441, McIntosh, FL 32664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcintosh-FL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('mcintosh-FL-moneygram'), mapOptions);}document.getElementById('23d3ae7f').innerHTML += ' | View Map';var $lc7b1de046b9638de896f64adc484c647 = '

MoneyGram

Address: 19998 N US Hwy 441, McIntosh, FL 32664, USA
Phone: (352) 591-1822
';var m_c7b1de046b9638de896f64adc484c647 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_c7b1de046b9638de896f64adc484c647['infowindow'] = new google.maps.InfoWindow({content: $lc7b1de046b9638de896f64adc484c647});var infowindow = new google.maps.InfoWindow({content: $lc7b1de046b9638de896f64adc484c647});google.maps.event.addListener(m_c7b1de046b9638de896f64adc484c647, 'click', function() {infowindow.open(map,m_c7b1de046b9638de896f64adc484c647);});$marker.push(m_c7b1de046b9638de896f64adc484c647);}});}google.maps.event.addDomListener(window, 'load', initialize);