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_463c9edd923ebf6b03701eb4e1a0a9ff = new google.maps.Geocoder();g_463c9edd923ebf6b03701eb4e1a0a9ff.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').style.display = '';map = new google.maps.Map(document.getElementById('east-providence-RI-province-mortgage-associates'), mapOptions);}document.getElementById('195dd14d').innerHTML += ' | View Map';var $l463c9edd923ebf6b03701eb4e1a0a9ff = '

Province Mortgage Associates

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