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.0611,-84.2683)};var g_747eee3ee9476a3f41d7d60cd9b33715 = new google.maps.Geocoder();g_747eee3ee9476a3f41d7d60cd9b33715.geocode( { 'address': "11675 Great Oaks Way #175, Alpharetta, GA 30022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-new-penn-financial').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-new-penn-financial'), mapOptions);}document.getElementById('b4336c71').innerHTML += ' | View Map';var $l747eee3ee9476a3f41d7d60cd9b33715 = '

New Penn Financial

Address: 11675 Great Oaks Way #175, Alpharetta, GA 30022, USA
Phone: (678) 762-1324
';var m_747eee3ee9476a3f41d7d60cd9b33715 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Penn Financial',});m_747eee3ee9476a3f41d7d60cd9b33715['infowindow'] = new google.maps.InfoWindow({content: $l747eee3ee9476a3f41d7d60cd9b33715});var infowindow = new google.maps.InfoWindow({content: $l747eee3ee9476a3f41d7d60cd9b33715});google.maps.event.addListener(m_747eee3ee9476a3f41d7d60cd9b33715, 'click', function() {infowindow.open(map,m_747eee3ee9476a3f41d7d60cd9b33715);});$marker.push(m_747eee3ee9476a3f41d7d60cd9b33715);}});}google.maps.event.addDomListener(window, 'load', initialize);