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.2281,-76.9272)};var g_a064b27bbdde431522bae0d7519a75eb = new google.maps.Geocoder();g_a064b27bbdde431522bae0d7519a75eb.geocode( { 'address': "2929 Gettysburg Rd #7, Camp Hill, PA 17011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camp-hill-PA-new-america-financial').style.display = '';map = new google.maps.Map(document.getElementById('camp-hill-PA-new-america-financial'), mapOptions);}document.getElementById('1c4cac9b').innerHTML += ' | View Map';var $la064b27bbdde431522bae0d7519a75eb = '

New America Financial

Address: 2929 Gettysburg Rd #7, Camp Hill, PA 17011, USA
Phone: (717) 975-2040
';var m_a064b27bbdde431522bae0d7519a75eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New America Financial',});m_a064b27bbdde431522bae0d7519a75eb['infowindow'] = new google.maps.InfoWindow({content: $la064b27bbdde431522bae0d7519a75eb});var infowindow = new google.maps.InfoWindow({content: $la064b27bbdde431522bae0d7519a75eb});google.maps.event.addListener(m_a064b27bbdde431522bae0d7519a75eb, 'click', function() {infowindow.open(map,m_a064b27bbdde431522bae0d7519a75eb);});$marker.push(m_a064b27bbdde431522bae0d7519a75eb);}});}google.maps.event.addDomListener(window, 'load', initialize);