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.239,-76.9387)};var g_e122230f3b71275fdafadc44a9a818e1 = new google.maps.Geocoder();g_e122230f3b71275fdafadc44a9a818e1.geocode( { 'address': "3421 Market St, Camp Hill, PA 17011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camp-hill-PA-lmc-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('camp-hill-PA-lmc-home-loans'), mapOptions);}document.getElementById('2b2a8a87').innerHTML += ' | View Map';var $le122230f3b71275fdafadc44a9a818e1 = '

LMC Home Loans

Address: 3421 Market St, Camp Hill, PA 17011, USA
Phone: (717) 980-5018
';var m_e122230f3b71275fdafadc44a9a818e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LMC Home Loans',});m_e122230f3b71275fdafadc44a9a818e1['infowindow'] = new google.maps.InfoWindow({content: $le122230f3b71275fdafadc44a9a818e1});var infowindow = new google.maps.InfoWindow({content: $le122230f3b71275fdafadc44a9a818e1});google.maps.event.addListener(m_e122230f3b71275fdafadc44a9a818e1, 'click', function() {infowindow.open(map,m_e122230f3b71275fdafadc44a9a818e1);});$marker.push(m_e122230f3b71275fdafadc44a9a818e1);}});}google.maps.event.addDomListener(window, 'load', initialize);