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.9537,-84.5412)};var g_2602e6fc82e3e8756fd940c08a1c1ae7 = new google.maps.Geocoder();g_2602e6fc82e3e8756fd940c08a1c1ae7.geocode( { 'address': "3605 Sandy Plains Rd, Marietta, GA 30066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-first-state-bank'), mapOptions);}document.getElementById('230f89fd').innerHTML += ' | View Map';var $l2602e6fc82e3e8756fd940c08a1c1ae7 = '

First State Bank

Address: 3605 Sandy Plains Rd, Marietta, GA 30066
Phone: (770) 971-8893
';var m_2602e6fc82e3e8756fd940c08a1c1ae7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_2602e6fc82e3e8756fd940c08a1c1ae7['infowindow'] = new google.maps.InfoWindow({content: $l2602e6fc82e3e8756fd940c08a1c1ae7});var infowindow = new google.maps.InfoWindow({content: $l2602e6fc82e3e8756fd940c08a1c1ae7});google.maps.event.addListener(m_2602e6fc82e3e8756fd940c08a1c1ae7, 'click', function() {infowindow.open(map,m_2602e6fc82e3e8756fd940c08a1c1ae7);});$marker.push(m_2602e6fc82e3e8756fd940c08a1c1ae7);}});}google.maps.event.addDomListener(window, 'load', initialize);