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(41.5061,-75.7069)};var g_4b04b0dcd2ade339a3d7ce13252a29d4 = new google.maps.Geocoder();g_4b04b0dcd2ade339a3d7ce13252a29d4.geocode( { 'address': "130 Jermyn Dr, Clarks Summit, PA 18411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarks-summit-PA-marimark-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('clarks-summit-PA-marimark-mortgage'), mapOptions);}document.getElementById('4c0afb3d').innerHTML += ' | View Map';var $l4b04b0dcd2ade339a3d7ce13252a29d4 = '

Marimark Mortgage

Address: 130 Jermyn Dr, Clarks Summit, PA 18411, USA
Phone: (570) 599-6990
';var m_4b04b0dcd2ade339a3d7ce13252a29d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marimark Mortgage',});m_4b04b0dcd2ade339a3d7ce13252a29d4['infowindow'] = new google.maps.InfoWindow({content: $l4b04b0dcd2ade339a3d7ce13252a29d4});var infowindow = new google.maps.InfoWindow({content: $l4b04b0dcd2ade339a3d7ce13252a29d4});google.maps.event.addListener(m_4b04b0dcd2ade339a3d7ce13252a29d4, 'click', function() {infowindow.open(map,m_4b04b0dcd2ade339a3d7ce13252a29d4);});$marker.push(m_4b04b0dcd2ade339a3d7ce13252a29d4);}});}google.maps.event.addDomListener(window, 'load', initialize);