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.5181,-70.9045)};var g_17e63e61facb572beb1111e81803c39b = new google.maps.Geocoder();g_17e63e61facb572beb1111e81803c39b.geocode( { 'address': "37 Bridge St, Salem, MA 01970"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-MA-nestor-financing').style.display = '';map = new google.maps.Map(document.getElementById('salem-MA-nestor-financing'), mapOptions);}document.getElementById('08357656').innerHTML += ' | View Map';var $l17e63e61facb572beb1111e81803c39b = '

Nestor Financing

Address: 37 Bridge St, Salem, MA 01970
Phone: (978) 741-7080
';var m_17e63e61facb572beb1111e81803c39b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nestor Financing',});m_17e63e61facb572beb1111e81803c39b['infowindow'] = new google.maps.InfoWindow({content: $l17e63e61facb572beb1111e81803c39b});var infowindow = new google.maps.InfoWindow({content: $l17e63e61facb572beb1111e81803c39b});google.maps.event.addListener(m_17e63e61facb572beb1111e81803c39b, 'click', function() {infowindow.open(map,m_17e63e61facb572beb1111e81803c39b);});$marker.push(m_17e63e61facb572beb1111e81803c39b);}});}google.maps.event.addDomListener(window, 'load', initialize);