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(39.9138,-77.6529)};var g_a7b3c220a58d7106ebf49da50d6c280e = new google.maps.Geocoder();g_a7b3c220a58d7106ebf49da50d6c280e.geocode( { 'address': "981 Wayne Ave #42, Chambersburg, PA 17201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chambersburg-PA-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('chambersburg-PA-mariner-finance'), mapOptions);}document.getElementById('3fa3d15d').innerHTML += ' | View Map';var $la7b3c220a58d7106ebf49da50d6c280e = '

Mariner Finance

Address: 981 Wayne Ave #42, Chambersburg, PA 17201, USA
Phone: (717) 496-4269
';var m_a7b3c220a58d7106ebf49da50d6c280e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_a7b3c220a58d7106ebf49da50d6c280e['infowindow'] = new google.maps.InfoWindow({content: $la7b3c220a58d7106ebf49da50d6c280e});var infowindow = new google.maps.InfoWindow({content: $la7b3c220a58d7106ebf49da50d6c280e});google.maps.event.addListener(m_a7b3c220a58d7106ebf49da50d6c280e, 'click', function() {infowindow.open(map,m_a7b3c220a58d7106ebf49da50d6c280e);});$marker.push(m_a7b3c220a58d7106ebf49da50d6c280e);}});}google.maps.event.addDomListener(window, 'load', initialize);