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_00fc3b8fd6b839a443e871da3fddc042 = new google.maps.Geocoder();g_00fc3b8fd6b839a443e871da3fddc042.geocode( { 'address': "2936 N Druid Hills Rd NE, Atlanta, GA 30329"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-fidelity-bank-toco-hills').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-fidelity-bank-toco-hills'), mapOptions);}document.getElementById('1e2a6bc6').innerHTML += ' | View Map';var $l00fc3b8fd6b839a443e871da3fddc042 = '

Fidelity Bank-Toco Hills

Address: 2936 N Druid Hills Rd NE, Atlanta, GA 30329
Phone: (404) 553-2275
';var m_00fc3b8fd6b839a443e871da3fddc042 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank-Toco Hills',});m_00fc3b8fd6b839a443e871da3fddc042['infowindow'] = new google.maps.InfoWindow({content: $l00fc3b8fd6b839a443e871da3fddc042});var infowindow = new google.maps.InfoWindow({content: $l00fc3b8fd6b839a443e871da3fddc042});google.maps.event.addListener(m_00fc3b8fd6b839a443e871da3fddc042, 'click', function() {infowindow.open(map,m_00fc3b8fd6b839a443e871da3fddc042);});$marker.push(m_00fc3b8fd6b839a443e871da3fddc042);}});}google.maps.event.addDomListener(window, 'load', initialize);