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(40.7033,-75.4181)};var g_c3708caacaa0243450390d4e234bd1bc = new google.maps.Geocoder();g_c3708caacaa0243450390d4e234bd1bc.geocode( { 'address': "7291 Airport Rd, Bath, PA 18014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-PA-abacus-regional-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bath-PA-abacus-regional-mortgage'), mapOptions);}document.getElementById('d66cc1ef').innerHTML += ' | View Map';var $lc3708caacaa0243450390d4e234bd1bc = '

Abacus Regional Mortgage

Address: 7291 Airport Rd, Bath, PA 18014, USA
Phone: (610) 837-1600
';var m_c3708caacaa0243450390d4e234bd1bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Abacus Regional Mortgage',});m_c3708caacaa0243450390d4e234bd1bc['infowindow'] = new google.maps.InfoWindow({content: $lc3708caacaa0243450390d4e234bd1bc});var infowindow = new google.maps.InfoWindow({content: $lc3708caacaa0243450390d4e234bd1bc});google.maps.event.addListener(m_c3708caacaa0243450390d4e234bd1bc, 'click', function() {infowindow.open(map,m_c3708caacaa0243450390d4e234bd1bc);});$marker.push(m_c3708caacaa0243450390d4e234bd1bc);}});}google.maps.event.addDomListener(window, 'load', initialize);