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.0304,-71.2315)};var g_f75c6042f46d471bb04c4336351536df = new google.maps.Geocoder();g_f75c6042f46d471bb04c4336351536df.geocode( { 'address': "272 Chauncy St, Mansfield, MA 02048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-MA-schaefer-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-MA-schaefer-mortgage-corporation'), mapOptions);}document.getElementById('19230795').innerHTML += ' | View Map';var $lf75c6042f46d471bb04c4336351536df = '

Schaefer Mortgage Corporation

Address: 272 Chauncy St, Mansfield, MA 02048, USA
Phone: (888) 859-8829
';var m_f75c6042f46d471bb04c4336351536df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Schaefer Mortgage Corporation',});m_f75c6042f46d471bb04c4336351536df['infowindow'] = new google.maps.InfoWindow({content: $lf75c6042f46d471bb04c4336351536df});var infowindow = new google.maps.InfoWindow({content: $lf75c6042f46d471bb04c4336351536df});google.maps.event.addListener(m_f75c6042f46d471bb04c4336351536df, 'click', function() {infowindow.open(map,m_f75c6042f46d471bb04c4336351536df);});$marker.push(m_f75c6042f46d471bb04c4336351536df);}});}google.maps.event.addDomListener(window, 'load', initialize);