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.7829,-77.0701)};var g_6df44aad7fe43aa8493d4279c53e563c = new google.maps.Geocoder();g_6df44aad7fe43aa8493d4279c53e563c.geocode( { 'address': "1150 S Main St, Mansfield, PA 16933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-PA-first-heritage-fcu').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-PA-first-heritage-fcu'), mapOptions);}document.getElementById('b57e6503').innerHTML += ' | View Map';var $l6df44aad7fe43aa8493d4279c53e563c = '

First Heritage Fcu

Address: 1150 S Main St, Mansfield, PA 16933, USA
Phone: (570) 662-1220
';var m_6df44aad7fe43aa8493d4279c53e563c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Heritage Fcu',});m_6df44aad7fe43aa8493d4279c53e563c['infowindow'] = new google.maps.InfoWindow({content: $l6df44aad7fe43aa8493d4279c53e563c});var infowindow = new google.maps.InfoWindow({content: $l6df44aad7fe43aa8493d4279c53e563c});google.maps.event.addListener(m_6df44aad7fe43aa8493d4279c53e563c, 'click', function() {infowindow.open(map,m_6df44aad7fe43aa8493d4279c53e563c);});$marker.push(m_6df44aad7fe43aa8493d4279c53e563c);}});}google.maps.event.addDomListener(window, 'load', initialize);