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.4714,-75.6024)};var g_b96fc38e5d7cd281aa67ba758a53ff63 = new google.maps.Geocoder();g_b96fc38e5d7cd281aa67ba758a53ff63.geocode( { 'address': "12 Lincoln St, Olyphant, PA 18447, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olyphant-PA-fidelity-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('olyphant-PA-fidelity-bank-atm'), mapOptions);}document.getElementById('9cab76c0').innerHTML += ' | View Map';var $lb96fc38e5d7cd281aa67ba758a53ff63 = '

Fidelity Bank ATM

Address: 12 Lincoln St, Olyphant, PA 18447, USA
Phone: (800) 388-4380
';var m_b96fc38e5d7cd281aa67ba758a53ff63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank ATM',});m_b96fc38e5d7cd281aa67ba758a53ff63['infowindow'] = new google.maps.InfoWindow({content: $lb96fc38e5d7cd281aa67ba758a53ff63});var infowindow = new google.maps.InfoWindow({content: $lb96fc38e5d7cd281aa67ba758a53ff63});google.maps.event.addListener(m_b96fc38e5d7cd281aa67ba758a53ff63, 'click', function() {infowindow.open(map,m_b96fc38e5d7cd281aa67ba758a53ff63);});$marker.push(m_b96fc38e5d7cd281aa67ba758a53ff63);}});}google.maps.event.addDomListener(window, 'load', initialize);