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(42.147,-80.0012)};var g_708fa1f5b2d308944b9a1cca0df58f07 = new google.maps.Geocoder();g_708fa1f5b2d308944b9a1cca0df58f07.geocode( { 'address': "4449 Buffalo Rd, Erie, PA 16510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erie-PA-beneficial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('erie-PA-beneficial-mortgage'), mapOptions);}document.getElementById('f4134ee6').innerHTML += ' | View Map';var $l708fa1f5b2d308944b9a1cca0df58f07 = '

Beneficial Mortgage

Address: 4449 Buffalo Rd, Erie, PA 16510, USA
Phone: (814) 897-9192
';var m_708fa1f5b2d308944b9a1cca0df58f07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Mortgage',});m_708fa1f5b2d308944b9a1cca0df58f07['infowindow'] = new google.maps.InfoWindow({content: $l708fa1f5b2d308944b9a1cca0df58f07});var infowindow = new google.maps.InfoWindow({content: $l708fa1f5b2d308944b9a1cca0df58f07});google.maps.event.addListener(m_708fa1f5b2d308944b9a1cca0df58f07, 'click', function() {infowindow.open(map,m_708fa1f5b2d308944b9a1cca0df58f07);});$marker.push(m_708fa1f5b2d308944b9a1cca0df58f07);}});}google.maps.event.addDomListener(window, 'load', initialize);