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.9043,-71.0906)};var g_a2878c944daf8ce43a74d0b8de833a4a = new google.maps.Geocoder();g_a2878c944daf8ce43a74d0b8de833a4a.geocode( { 'address': "17 Trescott St #1, Taunton, MA 02780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taunton-MA-diamond-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('taunton-MA-diamond-mortgage-services-inc'), mapOptions);}document.getElementById('25634e47').innerHTML += ' | View Map';var $la2878c944daf8ce43a74d0b8de833a4a = '

Diamond Mortgage Services, Inc.

Address: 17 Trescott St #1, Taunton, MA 02780, USA
Phone: (508) 822-6678
';var m_a2878c944daf8ce43a74d0b8de833a4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Mortgage Services, Inc.',});m_a2878c944daf8ce43a74d0b8de833a4a['infowindow'] = new google.maps.InfoWindow({content: $la2878c944daf8ce43a74d0b8de833a4a});var infowindow = new google.maps.InfoWindow({content: $la2878c944daf8ce43a74d0b8de833a4a});google.maps.event.addListener(m_a2878c944daf8ce43a74d0b8de833a4a, 'click', function() {infowindow.open(map,m_a2878c944daf8ce43a74d0b8de833a4a);});$marker.push(m_a2878c944daf8ce43a74d0b8de833a4a);}});}google.maps.event.addDomListener(window, 'load', initialize);