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(32.1068,-81.2287)};var g_7febcde014c1f00fa0193b63dfa85974 = new google.maps.Geocoder();g_7febcde014c1f00fa0193b63dfa85974.geocode( { 'address': "1110 US-80, Pooler, GA 31322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pooler-GA-title-cash-now').style.display = '';map = new google.maps.Map(document.getElementById('pooler-GA-title-cash-now'), mapOptions);}document.getElementById('1c4d4761').innerHTML += ' | View Map';var $l7febcde014c1f00fa0193b63dfa85974 = '

Title Cash Now

Address: 1110 US-80, Pooler, GA 31322, USA
Phone: (912) 348-2926
';var m_7febcde014c1f00fa0193b63dfa85974 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Cash Now',});m_7febcde014c1f00fa0193b63dfa85974['infowindow'] = new google.maps.InfoWindow({content: $l7febcde014c1f00fa0193b63dfa85974});var infowindow = new google.maps.InfoWindow({content: $l7febcde014c1f00fa0193b63dfa85974});google.maps.event.addListener(m_7febcde014c1f00fa0193b63dfa85974, 'click', function() {infowindow.open(map,m_7febcde014c1f00fa0193b63dfa85974);});$marker.push(m_7febcde014c1f00fa0193b63dfa85974);}});}google.maps.event.addDomListener(window, 'load', initialize);