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.4179,-70.666)};var g_9d5a58abe1622f37c8326c7db84320ae = new google.maps.Geocoder();g_9d5a58abe1622f37c8326c7db84320ae.geocode( { 'address': "4 Cournoyer Rd, Vineyard Haven, MA 02568, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-tisbury-MA-marthas-vineyard-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('west-tisbury-MA-marthas-vineyard-financial-group'), mapOptions);}document.getElementById('2d86adc3').innerHTML += ' | View Map';var $l9d5a58abe1622f37c8326c7db84320ae = '

Martha's Vineyard Financial Group

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