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.9976,-80.3467)};var g_a6036add3e45a2d124f364a415b95a67 = new google.maps.Geocoder();g_a6036add3e45a2d124f364a415b95a67.geocode( { 'address': "201 S Jefferson St, New Castle, PA 16101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-PA-atm-gnc-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-PA-atm-gnc-community-fcu'), mapOptions);}document.getElementById('f4a218fa').innerHTML += ' | View Map';var $la6036add3e45a2d124f364a415b95a67 = '

ATM Gnc Community Fcu

Address: 201 S Jefferson St, New Castle, PA 16101, USA
Phone: (724) 652-5783
';var m_a6036add3e45a2d124f364a415b95a67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Gnc Community Fcu',});m_a6036add3e45a2d124f364a415b95a67['infowindow'] = new google.maps.InfoWindow({content: $la6036add3e45a2d124f364a415b95a67});var infowindow = new google.maps.InfoWindow({content: $la6036add3e45a2d124f364a415b95a67});google.maps.event.addListener(m_a6036add3e45a2d124f364a415b95a67, 'click', function() {infowindow.open(map,m_a6036add3e45a2d124f364a415b95a67);});$marker.push(m_a6036add3e45a2d124f364a415b95a67);}});}google.maps.event.addDomListener(window, 'load', initialize);