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.24,-76.9228)};var g_088ec7579c5b76a7c6bff8e6efe7ee3a = new google.maps.Geocoder();g_088ec7579c5b76a7c6bff8e6efe7ee3a.geocode( { 'address': "2201 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-gmh-mortgage-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('camp-hill-PA-gmh-mortgage-services-llc'), mapOptions);}document.getElementById('1a448007').innerHTML += ' | View Map';var $l088ec7579c5b76a7c6bff8e6efe7ee3a = '

GMH Mortgage Services LLC

Address: 2201 Market St, Camp Hill, PA 17011, USA
Phone: (717) 255-0017
';var m_088ec7579c5b76a7c6bff8e6efe7ee3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GMH Mortgage Services LLC',});m_088ec7579c5b76a7c6bff8e6efe7ee3a['infowindow'] = new google.maps.InfoWindow({content: $l088ec7579c5b76a7c6bff8e6efe7ee3a});var infowindow = new google.maps.InfoWindow({content: $l088ec7579c5b76a7c6bff8e6efe7ee3a});google.maps.event.addListener(m_088ec7579c5b76a7c6bff8e6efe7ee3a, 'click', function() {infowindow.open(map,m_088ec7579c5b76a7c6bff8e6efe7ee3a);});$marker.push(m_088ec7579c5b76a7c6bff8e6efe7ee3a);}});}google.maps.event.addDomListener(window, 'load', initialize);