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(34.4664,-84.4351)};var g_afd744638ad23c142ca2a4277b98f1e4 = new google.maps.Geocoder();g_afd744638ad23c142ca2a4277b98f1e4.geocode( { 'address': "340 W Church St, Jasper, GA 30143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-GA-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('jasper-GA-complete-cash'), mapOptions);}document.getElementById('49164f1b').innerHTML += ' | View Map';var $lafd744638ad23c142ca2a4277b98f1e4 = '

Complete Cash

Address: 340 W Church St, Jasper, GA 30143, USA
Phone: (706) 253-1658
';var m_afd744638ad23c142ca2a4277b98f1e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complete Cash',});m_afd744638ad23c142ca2a4277b98f1e4['infowindow'] = new google.maps.InfoWindow({content: $lafd744638ad23c142ca2a4277b98f1e4});var infowindow = new google.maps.InfoWindow({content: $lafd744638ad23c142ca2a4277b98f1e4});google.maps.event.addListener(m_afd744638ad23c142ca2a4277b98f1e4, 'click', function() {infowindow.open(map,m_afd744638ad23c142ca2a4277b98f1e4);});$marker.push(m_afd744638ad23c142ca2a4277b98f1e4);}});}google.maps.event.addDomListener(window, 'load', initialize);