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_0965de46e3d5c19fe17b96ab3d174336 = new google.maps.Geocoder();g_0965de46e3d5c19fe17b96ab3d174336.geocode( { 'address': "10865 Haynes Bridge Rd, Alpharetta, GA 30022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-ironstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-ironstone-bank'), mapOptions);}document.getElementById('f5fd36a6').innerHTML += ' | View Map';var $l0965de46e3d5c19fe17b96ab3d174336 = '

IronStone Bank

Address: 10865 Haynes Bridge Rd, Alpharetta, GA 30022
Phone: (770) 777-8960
';var m_0965de46e3d5c19fe17b96ab3d174336 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IronStone Bank',});m_0965de46e3d5c19fe17b96ab3d174336['infowindow'] = new google.maps.InfoWindow({content: $l0965de46e3d5c19fe17b96ab3d174336});var infowindow = new google.maps.InfoWindow({content: $l0965de46e3d5c19fe17b96ab3d174336});google.maps.event.addListener(m_0965de46e3d5c19fe17b96ab3d174336, 'click', function() {infowindow.open(map,m_0965de46e3d5c19fe17b96ab3d174336);});$marker.push(m_0965de46e3d5c19fe17b96ab3d174336);}});}google.maps.event.addDomListener(window, 'load', initialize);