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.708,-84.9325)};var g_b1e2818f0dba05b6d2b2edc495859404 = new google.maps.Geocoder();g_b1e2818f0dba05b6d2b2edc495859404.geocode( { 'address': "908 S Carroll Rd, Villa Rica, GA 30180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-rica-GA-certus-bank').style.display = '';map = new google.maps.Map(document.getElementById('villa-rica-GA-certus-bank'), mapOptions);}document.getElementById('fbb22f52').innerHTML += ' | View Map';var $lb1e2818f0dba05b6d2b2edc495859404 = '

Certus Bank

Address: 908 S Carroll Rd, Villa Rica, GA 30180
Phone: (770) 456-4215
';var m_b1e2818f0dba05b6d2b2edc495859404 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Certus Bank',});m_b1e2818f0dba05b6d2b2edc495859404['infowindow'] = new google.maps.InfoWindow({content: $lb1e2818f0dba05b6d2b2edc495859404});var infowindow = new google.maps.InfoWindow({content: $lb1e2818f0dba05b6d2b2edc495859404});google.maps.event.addListener(m_b1e2818f0dba05b6d2b2edc495859404, 'click', function() {infowindow.open(map,m_b1e2818f0dba05b6d2b2edc495859404);});$marker.push(m_b1e2818f0dba05b6d2b2edc495859404);}});}google.maps.event.addDomListener(window, 'load', initialize);