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.3306,-72.6334)};var g_19bc916108fc6938f52cb96f7e087941 = new google.maps.Geocoder();g_19bc916108fc6938f52cb96f7e087941.geocode( { 'address': "241 King St # 123, Northampton, MA 01060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northampton-MA-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('northampton-MA-bank-of-america-mortgage'), mapOptions);}document.getElementById('47b0207b').innerHTML += ' | View Map';var $l19bc916108fc6938f52cb96f7e087941 = '

Bank of America Mortgage

Address: 241 King St # 123, Northampton, MA 01060, USA
Phone: (413) 747-4110
';var m_19bc916108fc6938f52cb96f7e087941 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_19bc916108fc6938f52cb96f7e087941['infowindow'] = new google.maps.InfoWindow({content: $l19bc916108fc6938f52cb96f7e087941});var infowindow = new google.maps.InfoWindow({content: $l19bc916108fc6938f52cb96f7e087941});google.maps.event.addListener(m_19bc916108fc6938f52cb96f7e087941, 'click', function() {infowindow.open(map,m_19bc916108fc6938f52cb96f7e087941);});$marker.push(m_19bc916108fc6938f52cb96f7e087941);}});}google.maps.event.addDomListener(window, 'load', initialize);