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_142b221abc17e9ce26263377a59f5408 = new google.maps.Geocoder();g_142b221abc17e9ce26263377a59f5408.geocode( { 'address': "250 Church St NE, Marietta, GA 30060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-state-bank-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-state-bank-trust-company'), mapOptions);}document.getElementById('5e741813').innerHTML += ' | View Map';var $l142b221abc17e9ce26263377a59f5408 = '

State Bank & Trust Company

Address: 250 Church St NE, Marietta, GA 30060
Phone: (770) 590-1373
';var m_142b221abc17e9ce26263377a59f5408 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust Company',});m_142b221abc17e9ce26263377a59f5408['infowindow'] = new google.maps.InfoWindow({content: $l142b221abc17e9ce26263377a59f5408});var infowindow = new google.maps.InfoWindow({content: $l142b221abc17e9ce26263377a59f5408});google.maps.event.addListener(m_142b221abc17e9ce26263377a59f5408, 'click', function() {infowindow.open(map,m_142b221abc17e9ce26263377a59f5408);});$marker.push(m_142b221abc17e9ce26263377a59f5408);}});}google.maps.event.addDomListener(window, 'load', initialize);