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.0379,-75.123)};var g_f10d3a7ea324342072a005173557ccd8 = new google.maps.Geocoder();g_f10d3a7ea324342072a005173557ccd8.geocode( { 'address': "317 Dartmouth Dr, East Stroudsburg, PA 18301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-stroudsburg-PA-energy-in-the-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-stroudsburg-PA-energy-in-the-bank'), mapOptions);}document.getElementById('f8bae6b4').innerHTML += ' | View Map';var $lf10d3a7ea324342072a005173557ccd8 = '

Energy In The Bank

Address: 317 Dartmouth Dr, East Stroudsburg, PA 18301, USA
Phone: (570) 223-5001
';var m_f10d3a7ea324342072a005173557ccd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Energy In The Bank',});m_f10d3a7ea324342072a005173557ccd8['infowindow'] = new google.maps.InfoWindow({content: $lf10d3a7ea324342072a005173557ccd8});var infowindow = new google.maps.InfoWindow({content: $lf10d3a7ea324342072a005173557ccd8});google.maps.event.addListener(m_f10d3a7ea324342072a005173557ccd8, 'click', function() {infowindow.open(map,m_f10d3a7ea324342072a005173557ccd8);});$marker.push(m_f10d3a7ea324342072a005173557ccd8);}});}google.maps.event.addDomListener(window, 'load', initialize);