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(33.7333,-84.9216)};var g_9a9b03d4f2641f01b8ff6bfadb10d774 = new google.maps.Geocoder();g_9a9b03d4f2641f01b8ff6bfadb10d774.geocode( { 'address': "133 W Bankhead Hwy, Villa Rica, GA 30180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-rica-GA-smart-cash').style.display = '';map = new google.maps.Map(document.getElementById('villa-rica-GA-smart-cash'), mapOptions);}document.getElementById('0b8d210b').innerHTML += ' | View Map';var $l9a9b03d4f2641f01b8ff6bfadb10d774 = '

Smart Cash

Address: 133 W Bankhead Hwy, Villa Rica, GA 30180, USA
Phone: (678) 941-3586
';var m_9a9b03d4f2641f01b8ff6bfadb10d774 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Smart Cash',});m_9a9b03d4f2641f01b8ff6bfadb10d774['infowindow'] = new google.maps.InfoWindow({content: $l9a9b03d4f2641f01b8ff6bfadb10d774});var infowindow = new google.maps.InfoWindow({content: $l9a9b03d4f2641f01b8ff6bfadb10d774});google.maps.event.addListener(m_9a9b03d4f2641f01b8ff6bfadb10d774, 'click', function() {infowindow.open(map,m_9a9b03d4f2641f01b8ff6bfadb10d774);});$marker.push(m_9a9b03d4f2641f01b8ff6bfadb10d774);}});}google.maps.event.addDomListener(window, 'load', initialize);