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.1037,-70.741)};var g_2c439bc245533a95d51329968b9b26be = new google.maps.Geocoder();g_2c439bc245533a95d51329968b9b26be.geocode( { 'address': "1 Proprietors Dr Suite 3, Marshfield, MA 02050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshfield-MA-fairway-independent-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('marshfield-MA-fairway-independent-mortgage-corporation'), mapOptions);}document.getElementById('7bb5e0ba').innerHTML += ' | View Map';var $l2c439bc245533a95d51329968b9b26be = '

Fairway Independent Mortgage Corporation

Address: 1 Proprietors Dr Suite 3, Marshfield, MA 02050, USA
Phone: (781) 536-4172
';var m_2c439bc245533a95d51329968b9b26be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mortgage Corporation',});m_2c439bc245533a95d51329968b9b26be['infowindow'] = new google.maps.InfoWindow({content: $l2c439bc245533a95d51329968b9b26be});var infowindow = new google.maps.InfoWindow({content: $l2c439bc245533a95d51329968b9b26be});google.maps.event.addListener(m_2c439bc245533a95d51329968b9b26be, 'click', function() {infowindow.open(map,m_2c439bc245533a95d51329968b9b26be);});$marker.push(m_2c439bc245533a95d51329968b9b26be);}});}google.maps.event.addDomListener(window, 'load', initialize);