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.3376,-71.0487)};var g_a7b9f6196c5b8d1d14a4e6372f3fa272 = new google.maps.Geocoder();g_a7b9f6196c5b8d1d14a4e6372f3fa272.geocode( { 'address': "380 W Broadway, Boston, MA 02127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-phil-ganz-at-fairway-independent-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-phil-ganz-at-fairway-independent-mortgage-corp'), mapOptions);}document.getElementById('fbc8986b').innerHTML += ' | View Map';var $la7b9f6196c5b8d1d14a4e6372f3fa272 = '

Phil Ganz at Fairway Independent Mortgage Corp

Address: 380 W Broadway, Boston, MA 02127, USA
Phone: (617) 529-9317
';var m_a7b9f6196c5b8d1d14a4e6372f3fa272 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Phil Ganz at Fairway Independent Mortgage Corp',});m_a7b9f6196c5b8d1d14a4e6372f3fa272['infowindow'] = new google.maps.InfoWindow({content: $la7b9f6196c5b8d1d14a4e6372f3fa272});var infowindow = new google.maps.InfoWindow({content: $la7b9f6196c5b8d1d14a4e6372f3fa272});google.maps.event.addListener(m_a7b9f6196c5b8d1d14a4e6372f3fa272, 'click', function() {infowindow.open(map,m_a7b9f6196c5b8d1d14a4e6372f3fa272);});$marker.push(m_a7b9f6196c5b8d1d14a4e6372f3fa272);}});}google.maps.event.addDomListener(window, 'load', initialize);