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.391,-84.3083)};var g_ef8f157ca5b0983df9112aaca855ec2b = new google.maps.Geocoder();g_ef8f157ca5b0983df9112aaca855ec2b.geocode( { 'address': "996 Bear Creek Blvd, Hampton, GA 30228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-GA-first-national-bank-of-griffin').style.display = '';map = new google.maps.Map(document.getElementById('hampton-GA-first-national-bank-of-griffin'), mapOptions);}document.getElementById('4051b096').innerHTML += ' | View Map';var $lef8f157ca5b0983df9112aaca855ec2b = '

First National Bank of Griffin

Address: 996 Bear Creek Blvd, Hampton, GA 30228, USA
Phone: (770) 897-0110
';var m_ef8f157ca5b0983df9112aaca855ec2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Griffin',});m_ef8f157ca5b0983df9112aaca855ec2b['infowindow'] = new google.maps.InfoWindow({content: $lef8f157ca5b0983df9112aaca855ec2b});var infowindow = new google.maps.InfoWindow({content: $lef8f157ca5b0983df9112aaca855ec2b});google.maps.event.addListener(m_ef8f157ca5b0983df9112aaca855ec2b, 'click', function() {infowindow.open(map,m_ef8f157ca5b0983df9112aaca855ec2b);});$marker.push(m_ef8f157ca5b0983df9112aaca855ec2b);}});}google.maps.event.addDomListener(window, 'load', initialize);