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.2551,-77.0175)};var g_bcffd37a2706481b1451721eafc568c9 = new google.maps.Geocoder();g_bcffd37a2706481b1451721eafc568c9.geocode( { 'address': "2 Millfording Rd, Mechanicsburg, PA 17050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicsburg-PA-lord-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('mechanicsburg-PA-lord-mortgage'), mapOptions);}document.getElementById('cbd1b568').innerHTML += ' | View Map';var $lbcffd37a2706481b1451721eafc568c9 = '

Lord Mortgage

Address: 2 Millfording Rd, Mechanicsburg, PA 17050, USA
Phone: (717) 691-1450
';var m_bcffd37a2706481b1451721eafc568c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lord Mortgage',});m_bcffd37a2706481b1451721eafc568c9['infowindow'] = new google.maps.InfoWindow({content: $lbcffd37a2706481b1451721eafc568c9});var infowindow = new google.maps.InfoWindow({content: $lbcffd37a2706481b1451721eafc568c9});google.maps.event.addListener(m_bcffd37a2706481b1451721eafc568c9, 'click', function() {infowindow.open(map,m_bcffd37a2706481b1451721eafc568c9);});$marker.push(m_bcffd37a2706481b1451721eafc568c9);}});}google.maps.event.addDomListener(window, 'load', initialize);