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(32.3377,-86.1585)};var g_314d9a1dfef92bc9fa4ec9fc725bd885 = new google.maps.Geocoder();g_314d9a1dfef92bc9fa4ec9fc725bd885.geocode( { 'address': "350 Leavell Cir, Montgomery, AL 36117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-AL-mcdonald--hagen-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-AL-mcdonald--hagen-wealth-management'), mapOptions);}document.getElementById('86094512').innerHTML += ' | View Map';var $l314d9a1dfef92bc9fa4ec9fc725bd885 = '

McDonald & Hagen Wealth Management

Address: 350 Leavell Cir, Montgomery, AL 36117, USA
Phone: (334) 387-0094
';var m_314d9a1dfef92bc9fa4ec9fc725bd885 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McDonald & Hagen Wealth Management',});m_314d9a1dfef92bc9fa4ec9fc725bd885['infowindow'] = new google.maps.InfoWindow({content: $l314d9a1dfef92bc9fa4ec9fc725bd885});var infowindow = new google.maps.InfoWindow({content: $l314d9a1dfef92bc9fa4ec9fc725bd885});google.maps.event.addListener(m_314d9a1dfef92bc9fa4ec9fc725bd885, 'click', function() {infowindow.open(map,m_314d9a1dfef92bc9fa4ec9fc725bd885);});$marker.push(m_314d9a1dfef92bc9fa4ec9fc725bd885);}});}google.maps.event.addDomListener(window, 'load', initialize);