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(38.247,-85.7766)};var g_90af1f86faa91434918aa985d0f00177 = new google.maps.Geocoder();g_90af1f86faa91434918aa985d0f00177.geocode( { 'address': "161 St Matthews Ave, Louisville, KY 40207"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-martin-walters-ameriprise-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-martin-walters-ameriprise-financial-services-inc'), mapOptions);}document.getElementById('49a47bbd').innerHTML += ' | View Map';var $l90af1f86faa91434918aa985d0f00177 = '

Martin Walters - Ameriprise Financial Services, Inc.

Address: 161 St Matthews Ave, Louisville, KY 40207
Phone: (502) 894-9366
';var m_90af1f86faa91434918aa985d0f00177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martin Walters - Ameriprise Financial Services, Inc.',});m_90af1f86faa91434918aa985d0f00177['infowindow'] = new google.maps.InfoWindow({content: $l90af1f86faa91434918aa985d0f00177});var infowindow = new google.maps.InfoWindow({content: $l90af1f86faa91434918aa985d0f00177});google.maps.event.addListener(m_90af1f86faa91434918aa985d0f00177, 'click', function() {infowindow.open(map,m_90af1f86faa91434918aa985d0f00177);});$marker.push(m_90af1f86faa91434918aa985d0f00177);}});}google.maps.event.addDomListener(window, 'load', initialize);