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.5879,-70.9439)};var g_20ca001aa8489fb14825246b581d0793 = new google.maps.Geocoder();g_20ca001aa8489fb14825246b581d0793.geocode( { 'address': "10 Bridge St #200, South Dartmouth, MA 02748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dartmouth-MA-stonegate-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('dartmouth-MA-stonegate-mortgage'), mapOptions);}document.getElementById('8f61fda1').innerHTML += ' | View Map';var $l20ca001aa8489fb14825246b581d0793 = '

Stonegate Mortgage

Address: 10 Bridge St #200, South Dartmouth, MA 02748, USA
Phone: (508) 586-7700
';var m_20ca001aa8489fb14825246b581d0793 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stonegate Mortgage',});m_20ca001aa8489fb14825246b581d0793['infowindow'] = new google.maps.InfoWindow({content: $l20ca001aa8489fb14825246b581d0793});var infowindow = new google.maps.InfoWindow({content: $l20ca001aa8489fb14825246b581d0793});google.maps.event.addListener(m_20ca001aa8489fb14825246b581d0793, 'click', function() {infowindow.open(map,m_20ca001aa8489fb14825246b581d0793);});$marker.push(m_20ca001aa8489fb14825246b581d0793);}});}google.maps.event.addDomListener(window, 'load', initialize);