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.6595,-70.9271)};var g_ca2701588ec5f646b4fe748cb79edea0 = new google.maps.Geocoder();g_ca2701588ec5f646b4fe748cb79edea0.geocode( { 'address': "1304 Acushnet Ave, New Bedford, MA 02746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bedford-MA-empire-loan-of-new-bedford').style.display = '';map = new google.maps.Map(document.getElementById('new-bedford-MA-empire-loan-of-new-bedford'), mapOptions);}document.getElementById('351b595a').innerHTML += ' | View Map';var $lca2701588ec5f646b4fe748cb79edea0 = '

Empire Loan of New Bedford

Address: 1304 Acushnet Ave, New Bedford, MA 02746, USA
Phone: (508) 997-1307
';var m_ca2701588ec5f646b4fe748cb79edea0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Loan of New Bedford',});m_ca2701588ec5f646b4fe748cb79edea0['infowindow'] = new google.maps.InfoWindow({content: $lca2701588ec5f646b4fe748cb79edea0});var infowindow = new google.maps.InfoWindow({content: $lca2701588ec5f646b4fe748cb79edea0});google.maps.event.addListener(m_ca2701588ec5f646b4fe748cb79edea0, 'click', function() {infowindow.open(map,m_ca2701588ec5f646b4fe748cb79edea0);});$marker.push(m_ca2701588ec5f646b4fe748cb79edea0);}});}google.maps.event.addDomListener(window, 'load', initialize);