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.9737,-84.1844)};var g_65d198b41d18485cb23ba085a7c4cbba = new google.maps.Geocoder();g_65d198b41d18485cb23ba085a7c4cbba.geocode( { 'address': "4591 Peachtree Industrial Blvd, Berkeley Lake, GA 30092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berkeley-lake-GA-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('berkeley-lake-GA-fidelity-bank'), mapOptions);}document.getElementById('97e2723e').innerHTML += ' | View Map';var $l65d198b41d18485cb23ba085a7c4cbba = '

Fidelity Bank

Address: 4591 Peachtree Industrial Blvd, Berkeley Lake, GA 30092, USA
Phone: (470) 769-7737
';var m_65d198b41d18485cb23ba085a7c4cbba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_65d198b41d18485cb23ba085a7c4cbba['infowindow'] = new google.maps.InfoWindow({content: $l65d198b41d18485cb23ba085a7c4cbba});var infowindow = new google.maps.InfoWindow({content: $l65d198b41d18485cb23ba085a7c4cbba});google.maps.event.addListener(m_65d198b41d18485cb23ba085a7c4cbba, 'click', function() {infowindow.open(map,m_65d198b41d18485cb23ba085a7c4cbba);});$marker.push(m_65d198b41d18485cb23ba085a7c4cbba);}});}google.maps.event.addDomListener(window, 'load', initialize);