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.1018,-84.3337)};var g_85e0e46a3e85338013b171618e707a0c = new google.maps.Geocoder();g_85e0e46a3e85338013b171618e707a0c.geocode( { 'address': "First National Bank of Griffin, 16000 Barnesville St, Zebulon, GA 30295, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zebulon-GA-first-national-bank-of-griffin').style.display = '';map = new google.maps.Map(document.getElementById('zebulon-GA-first-national-bank-of-griffin'), mapOptions);}document.getElementById('cd24f63a').innerHTML += ' | View Map';var $l85e0e46a3e85338013b171618e707a0c = '

First National Bank of Griffin

Address: First National Bank of Griffin, 16000 Barnesville St, Zebulon, GA 30295, USA
Phone:
';var m_85e0e46a3e85338013b171618e707a0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Griffin',});m_85e0e46a3e85338013b171618e707a0c['infowindow'] = new google.maps.InfoWindow({content: $l85e0e46a3e85338013b171618e707a0c});var infowindow = new google.maps.InfoWindow({content: $l85e0e46a3e85338013b171618e707a0c});google.maps.event.addListener(m_85e0e46a3e85338013b171618e707a0c, 'click', function() {infowindow.open(map,m_85e0e46a3e85338013b171618e707a0c);});$marker.push(m_85e0e46a3e85338013b171618e707a0c);}});}google.maps.event.addDomListener(window, 'load', initialize);