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(40.3531,-74.0746)};var g_97eae6791f9c12f308b48e770f96562b = new google.maps.Geocoder();g_97eae6791f9c12f308b48e770f96562b.geocode( { 'address': "210 W Front St, Red Bank, NJ 07701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-bank-NJ-ameriprise-financial').style.display = '';map = new google.maps.Map(document.getElementById('red-bank-NJ-ameriprise-financial'), mapOptions);}document.getElementById('60d5c77e').innerHTML += ' | View Map';var $l97eae6791f9c12f308b48e770f96562b = '

Ameriprise Financial

Address: 210 W Front St, Red Bank, NJ 07701
Phone: (732) 747-7757
';var m_97eae6791f9c12f308b48e770f96562b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameriprise Financial',});m_97eae6791f9c12f308b48e770f96562b['infowindow'] = new google.maps.InfoWindow({content: $l97eae6791f9c12f308b48e770f96562b});var infowindow = new google.maps.InfoWindow({content: $l97eae6791f9c12f308b48e770f96562b});google.maps.event.addListener(m_97eae6791f9c12f308b48e770f96562b, 'click', function() {infowindow.open(map,m_97eae6791f9c12f308b48e770f96562b);});$marker.push(m_97eae6791f9c12f308b48e770f96562b);}});}google.maps.event.addDomListener(window, 'load', initialize);