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.2456,-77.0015)};var g_29aece8b5598c51315966c6b6ce06842 = new google.maps.Geocoder();g_29aece8b5598c51315966c6b6ce06842.geocode( { 'address': "6320 Carlisle Pike, Mechanicsburg, PA 17050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicsburg-PA-financing-on-the-pike').style.display = '';map = new google.maps.Map(document.getElementById('mechanicsburg-PA-financing-on-the-pike'), mapOptions);}document.getElementById('698c1cee').innerHTML += ' | View Map';var $l29aece8b5598c51315966c6b6ce06842 = '

Financing on the Pike

Address: 6320 Carlisle Pike, Mechanicsburg, PA 17050, USA
Phone: (855) 996-3177
';var m_29aece8b5598c51315966c6b6ce06842 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financing on the Pike',});m_29aece8b5598c51315966c6b6ce06842['infowindow'] = new google.maps.InfoWindow({content: $l29aece8b5598c51315966c6b6ce06842});var infowindow = new google.maps.InfoWindow({content: $l29aece8b5598c51315966c6b6ce06842});google.maps.event.addListener(m_29aece8b5598c51315966c6b6ce06842, 'click', function() {infowindow.open(map,m_29aece8b5598c51315966c6b6ce06842);});$marker.push(m_29aece8b5598c51315966c6b6ce06842);}});}google.maps.event.addDomListener(window, 'load', initialize);