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.242,-76.8339)};var g_72e118c4a053f2975c618a82182dccf0 = new google.maps.Geocoder();g_72e118c4a053f2975c618a82182dccf0.geocode( { 'address': "340 S Lycoming Mall Rd #40, Muncy, PA 17756, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncy-PA-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('muncy-PA-mariner-finance'), mapOptions);}document.getElementById('8021074d').innerHTML += ' | View Map';var $l72e118c4a053f2975c618a82182dccf0 = '

Mariner Finance

Address: 340 S Lycoming Mall Rd #40, Muncy, PA 17756, USA
Phone: (570) 308-3230
';var m_72e118c4a053f2975c618a82182dccf0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_72e118c4a053f2975c618a82182dccf0['infowindow'] = new google.maps.InfoWindow({content: $l72e118c4a053f2975c618a82182dccf0});var infowindow = new google.maps.InfoWindow({content: $l72e118c4a053f2975c618a82182dccf0});google.maps.event.addListener(m_72e118c4a053f2975c618a82182dccf0, 'click', function() {infowindow.open(map,m_72e118c4a053f2975c618a82182dccf0);});$marker.push(m_72e118c4a053f2975c618a82182dccf0);}});}google.maps.event.addDomListener(window, 'load', initialize);