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.6579,-70.3454)};var g_a3180bcb060b7ac8d4443c727d264415 = new google.maps.Geocoder();g_a3180bcb060b7ac8d4443c727d264415.geocode( { 'address': "1600 Falmouth Rd #5, Centerville, MA 02632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barnstable-MA-tim-barr-homestead-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('barnstable-MA-tim-barr-homestead-mortgage'), mapOptions);}document.getElementById('c0abd56c').innerHTML += ' | View Map';var $la3180bcb060b7ac8d4443c727d264415 = '

Tim Barr, Homestead Mortgage

Address: 1600 Falmouth Rd #5, Centerville, MA 02632, USA
Phone: (508) 221-4279
';var m_a3180bcb060b7ac8d4443c727d264415 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tim Barr, Homestead Mortgage',});m_a3180bcb060b7ac8d4443c727d264415['infowindow'] = new google.maps.InfoWindow({content: $la3180bcb060b7ac8d4443c727d264415});var infowindow = new google.maps.InfoWindow({content: $la3180bcb060b7ac8d4443c727d264415});google.maps.event.addListener(m_a3180bcb060b7ac8d4443c727d264415, 'click', function() {infowindow.open(map,m_a3180bcb060b7ac8d4443c727d264415);});$marker.push(m_a3180bcb060b7ac8d4443c727d264415);}});}google.maps.event.addDomListener(window, 'load', initialize);