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(34.0203,-84.5279)};var g_fc2b0b68cfc5e5f57586864856e69ca7 = new google.maps.Geocoder();g_fc2b0b68cfc5e5f57586864856e69ca7.geocode( { 'address': "830 Old Piedmont Rd, Marietta, GA 30066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-fidelity-bank'), mapOptions);}document.getElementById('6c81ba8b').innerHTML += ' | View Map';var $lfc2b0b68cfc5e5f57586864856e69ca7 = '

Fidelity Bank

Address: 830 Old Piedmont Rd, Marietta, GA 30066, USA
Phone: (404) 553-2501
';var m_fc2b0b68cfc5e5f57586864856e69ca7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_fc2b0b68cfc5e5f57586864856e69ca7['infowindow'] = new google.maps.InfoWindow({content: $lfc2b0b68cfc5e5f57586864856e69ca7});var infowindow = new google.maps.InfoWindow({content: $lfc2b0b68cfc5e5f57586864856e69ca7});google.maps.event.addListener(m_fc2b0b68cfc5e5f57586864856e69ca7, 'click', function() {infowindow.open(map,m_fc2b0b68cfc5e5f57586864856e69ca7);});$marker.push(m_fc2b0b68cfc5e5f57586864856e69ca7);}});}google.maps.event.addDomListener(window, 'load', initialize);