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_c30a32a43706d5d28559d27287325f84 = new google.maps.Geocoder();g_c30a32a43706d5d28559d27287325f84.geocode( { 'address': "307 N Marietta Pkwy NE, Marietta, GA 30060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-first-landmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-first-landmark-bank'), mapOptions);}document.getElementById('3bb04967').innerHTML += ' | View Map';var $lc30a32a43706d5d28559d27287325f84 = '

First Landmark Bank

Address: 307 N Marietta Pkwy NE, Marietta, GA 30060
Phone: (770) 792-8870
';var m_c30a32a43706d5d28559d27287325f84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Landmark Bank',});m_c30a32a43706d5d28559d27287325f84['infowindow'] = new google.maps.InfoWindow({content: $lc30a32a43706d5d28559d27287325f84});var infowindow = new google.maps.InfoWindow({content: $lc30a32a43706d5d28559d27287325f84});google.maps.event.addListener(m_c30a32a43706d5d28559d27287325f84, 'click', function() {infowindow.open(map,m_c30a32a43706d5d28559d27287325f84);});$marker.push(m_c30a32a43706d5d28559d27287325f84);}});}google.maps.event.addDomListener(window, 'load', initialize);