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(41.4535,-70.5894)};var g_3b7f06487067b9aa2393a438dd095edc = new google.maps.Geocoder();g_3b7f06487067b9aa2393a438dd095edc.geocode( { 'address': "4 Cournoyer Rd, Vineyard Haven, MA 02568"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vineyard-haven-MA-martha-s-vineyard-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('vineyard-haven-MA-martha-s-vineyard-financial-group'), mapOptions);}document.getElementById('d51c45da').innerHTML += ' | View Map';var $l3b7f06487067b9aa2393a438dd095edc = '

Martha's Vineyard Financial Group

Address: 4 Cournoyer Rd, Vineyard Haven, MA 02568
Phone: (508) 693-8850
';var m_3b7f06487067b9aa2393a438dd095edc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martha's Vineyard Financial Group',});m_3b7f06487067b9aa2393a438dd095edc['infowindow'] = new google.maps.InfoWindow({content: $l3b7f06487067b9aa2393a438dd095edc});var infowindow = new google.maps.InfoWindow({content: $l3b7f06487067b9aa2393a438dd095edc});google.maps.event.addListener(m_3b7f06487067b9aa2393a438dd095edc, 'click', function() {infowindow.open(map,m_3b7f06487067b9aa2393a438dd095edc);});$marker.push(m_3b7f06487067b9aa2393a438dd095edc);}});}google.maps.event.addDomListener(window, 'load', initialize);