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.7904,-69.9943)};var g_e65314c557950debea6692c6d0d4b278 = new google.maps.Geocoder();g_e65314c557950debea6692c6d0d4b278.geocode( { 'address': "8 Main St, Orleans, MA 02653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orleans-MA-pike-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('orleans-MA-pike-insurance-agency-inc'), mapOptions);}document.getElementById('32d3061c').innerHTML += ' | View Map';var $le65314c557950debea6692c6d0d4b278 = '

Pike Insurance Agency Inc.

Address: 8 Main St, Orleans, MA 02653, USA
Phone: (508) 255-7880
';var m_e65314c557950debea6692c6d0d4b278 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pike Insurance Agency Inc.',});m_e65314c557950debea6692c6d0d4b278['infowindow'] = new google.maps.InfoWindow({content: $le65314c557950debea6692c6d0d4b278});var infowindow = new google.maps.InfoWindow({content: $le65314c557950debea6692c6d0d4b278});google.maps.event.addListener(m_e65314c557950debea6692c6d0d4b278, 'click', function() {infowindow.open(map,m_e65314c557950debea6692c6d0d4b278);});$marker.push(m_e65314c557950debea6692c6d0d4b278);}});}google.maps.event.addDomListener(window, 'load', initialize);