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.0772,-76.3354)};var g_2062adec64b51f4a9ec56723872df489 = new google.maps.Geocoder();g_2062adec64b51f4a9ec56723872df489.geocode( { 'address': "205 Granite Run Dr #100, Lancaster, PA 17601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-PA-gmh-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-PA-gmh-mortgage-inc'), mapOptions);}document.getElementById('5032a4e1').innerHTML += ' | View Map';var $l2062adec64b51f4a9ec56723872df489 = '

GMH Mortgage Inc

Address: 205 Granite Run Dr #100, Lancaster, PA 17601, USA
Phone: (717) 842-0731
';var m_2062adec64b51f4a9ec56723872df489 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GMH Mortgage Inc',});m_2062adec64b51f4a9ec56723872df489['infowindow'] = new google.maps.InfoWindow({content: $l2062adec64b51f4a9ec56723872df489});var infowindow = new google.maps.InfoWindow({content: $l2062adec64b51f4a9ec56723872df489});google.maps.event.addListener(m_2062adec64b51f4a9ec56723872df489, 'click', function() {infowindow.open(map,m_2062adec64b51f4a9ec56723872df489);});$marker.push(m_2062adec64b51f4a9ec56723872df489);}});}google.maps.event.addDomListener(window, 'load', initialize);