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.1756,-74.8858)};var g_a80b29e9baf2764574971fa81c8a3e77 = new google.maps.Geocoder();g_a80b29e9baf2764574971fa81c8a3e77.geocode( { 'address': "1939 East Lincoln Highway, Suite 100, Langhorne, PA 19047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('langhorne-PA-mac-auto-loans').style.display = '';map = new google.maps.Map(document.getElementById('langhorne-PA-mac-auto-loans'), mapOptions);}document.getElementById('9f68a1e8').innerHTML += ' | View Map';var $la80b29e9baf2764574971fa81c8a3e77 = '

MAC Auto Loans

Address: 1939 East Lincoln Highway, Suite 100, Langhorne, PA 19047, USA
Phone: (855) 603-2626
';var m_a80b29e9baf2764574971fa81c8a3e77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MAC Auto Loans',});m_a80b29e9baf2764574971fa81c8a3e77['infowindow'] = new google.maps.InfoWindow({content: $la80b29e9baf2764574971fa81c8a3e77});var infowindow = new google.maps.InfoWindow({content: $la80b29e9baf2764574971fa81c8a3e77});google.maps.event.addListener(m_a80b29e9baf2764574971fa81c8a3e77, 'click', function() {infowindow.open(map,m_a80b29e9baf2764574971fa81c8a3e77);});$marker.push(m_a80b29e9baf2764574971fa81c8a3e77);}});}google.maps.event.addDomListener(window, 'load', initialize);