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.8245,-71.3549)};var g_49242aca16900260791c0f306c3703a9 = new google.maps.Geocoder();g_49242aca16900260791c0f306c3703a9.geocode( { 'address': "50 Office Pkwy, East Providence, RI 02914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-providence-RI-province-mortgage-associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('east-providence-RI-province-mortgage-associates-inc'), mapOptions);}document.getElementById('195dd14d').innerHTML += ' | View Map';var $l49242aca16900260791c0f306c3703a9 = '

Province Mortgage Associates, Inc.

Address: 50 Office Pkwy, East Providence, RI 02914, USA
Phone: (508) 414-5828
';var m_49242aca16900260791c0f306c3703a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Province Mortgage Associates, Inc.',});m_49242aca16900260791c0f306c3703a9['infowindow'] = new google.maps.InfoWindow({content: $l49242aca16900260791c0f306c3703a9});var infowindow = new google.maps.InfoWindow({content: $l49242aca16900260791c0f306c3703a9});google.maps.event.addListener(m_49242aca16900260791c0f306c3703a9, 'click', function() {infowindow.open(map,m_49242aca16900260791c0f306c3703a9);});$marker.push(m_49242aca16900260791c0f306c3703a9);}});}google.maps.event.addDomListener(window, 'load', initialize);