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.8559,-84.3953)};var g_2bba9f4124283edd644799e0cecd45ca = new google.maps.Geocoder();g_2bba9f4124283edd644799e0cecd45ca.geocode( { 'address': "712 W Peachtree St NW, Atlanta, GA 30308"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-midtown-bank-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-midtown-bank-trust-company'), mapOptions);}document.getElementById('3c350269').innerHTML += ' | View Map';var $l2bba9f4124283edd644799e0cecd45ca = '

Midtown Bank & Trust Company

Address: 712 W Peachtree St NW, Atlanta, GA 30308
Phone: (404) 969-4400
';var m_2bba9f4124283edd644799e0cecd45ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midtown Bank & Trust Company',});m_2bba9f4124283edd644799e0cecd45ca['infowindow'] = new google.maps.InfoWindow({content: $l2bba9f4124283edd644799e0cecd45ca});var infowindow = new google.maps.InfoWindow({content: $l2bba9f4124283edd644799e0cecd45ca});google.maps.event.addListener(m_2bba9f4124283edd644799e0cecd45ca, 'click', function() {infowindow.open(map,m_2bba9f4124283edd644799e0cecd45ca);});$marker.push(m_2bba9f4124283edd644799e0cecd45ca);}});}google.maps.event.addDomListener(window, 'load', initialize);