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(42.1567,-75.8905)};var g_b15efe6a95ccb9124597a04c597376f5 = new google.maps.Geocoder();g_b15efe6a95ccb9124597a04c597376f5.geocode( { 'address': "31 Lewis St, Binghamton, NY 13901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('binghamton-NY-ameriprise-financial-advisors').style.display = '';map = new google.maps.Map(document.getElementById('binghamton-NY-ameriprise-financial-advisors'), mapOptions);}document.getElementById('c7108967').innerHTML += ' | View Map';var $lb15efe6a95ccb9124597a04c597376f5 = '

Ameriprise Financial Advisors

Address: 31 Lewis St, Binghamton, NY 13901
Phone: (607) 238-1822
';var m_b15efe6a95ccb9124597a04c597376f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameriprise Financial Advisors',});m_b15efe6a95ccb9124597a04c597376f5['infowindow'] = new google.maps.InfoWindow({content: $lb15efe6a95ccb9124597a04c597376f5});var infowindow = new google.maps.InfoWindow({content: $lb15efe6a95ccb9124597a04c597376f5});google.maps.event.addListener(m_b15efe6a95ccb9124597a04c597376f5, 'click', function() {infowindow.open(map,m_b15efe6a95ccb9124597a04c597376f5);});$marker.push(m_b15efe6a95ccb9124597a04c597376f5);}});}google.maps.event.addDomListener(window, 'load', initialize);