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.1227,-84.2968)};var g_13c5761fbc4d10bc361221c281f84190 = new google.maps.Geocoder();g_13c5761fbc4d10bc361221c281f84190.geocode( { 'address': "3815 Mansell Rd, Alpharetta, GA 30022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-flag-bank').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-flag-bank'), mapOptions);}document.getElementById('4e49cb58').innerHTML += ' | View Map';var $l13c5761fbc4d10bc361221c281f84190 = '

Flag Bank

Address: 3815 Mansell Rd, Alpharetta, GA 30022
Phone: (678) 277-4350
';var m_13c5761fbc4d10bc361221c281f84190 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flag Bank',});m_13c5761fbc4d10bc361221c281f84190['infowindow'] = new google.maps.InfoWindow({content: $l13c5761fbc4d10bc361221c281f84190});var infowindow = new google.maps.InfoWindow({content: $l13c5761fbc4d10bc361221c281f84190});google.maps.event.addListener(m_13c5761fbc4d10bc361221c281f84190, 'click', function() {infowindow.open(map,m_13c5761fbc4d10bc361221c281f84190);});$marker.push(m_13c5761fbc4d10bc361221c281f84190);}});}google.maps.event.addDomListener(window, 'load', initialize);