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.4272,-81.6437)};var g_01e609b941fb359dc541b1575eb4803a = new google.maps.Geocoder();g_01e609b941fb359dc541b1575eb4803a.geocode( { 'address': "1126 Co Rd 309, Crescent City, FL 32112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crescent-city-FL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('crescent-city-FL-moneygram'), mapOptions);}document.getElementById('47bbb4c8').innerHTML += ' | View Map';var $l01e609b941fb359dc541b1575eb4803a = '

MoneyGram

Address: 1126 Co Rd 309, Crescent City, FL 32112, USA
Phone: (386) 467-9757
';var m_01e609b941fb359dc541b1575eb4803a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_01e609b941fb359dc541b1575eb4803a['infowindow'] = new google.maps.InfoWindow({content: $l01e609b941fb359dc541b1575eb4803a});var infowindow = new google.maps.InfoWindow({content: $l01e609b941fb359dc541b1575eb4803a});google.maps.event.addListener(m_01e609b941fb359dc541b1575eb4803a, 'click', function() {infowindow.open(map,m_01e609b941fb359dc541b1575eb4803a);});$marker.push(m_01e609b941fb359dc541b1575eb4803a);}});}google.maps.event.addDomListener(window, 'load', initialize);