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.1558,-75.4796)};var g_40afd3a37cca05efe623b7509855c73a = new google.maps.Geocoder();g_40afd3a37cca05efe623b7509855c73a.geocode( { 'address': "1250 S Collegeville Rd, Collegeville, PA 19426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collegeville-PA-sb1-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('collegeville-PA-sb1-federal-credit-union'), mapOptions);}document.getElementById('e8bf1cc1').innerHTML += ' | View Map';var $l40afd3a37cca05efe623b7509855c73a = '

Sb1 Federal Credit Union

Address: 1250 S Collegeville Rd, Collegeville, PA 19426, USA
Phone: (215) 569-3700
';var m_40afd3a37cca05efe623b7509855c73a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sb1 Federal Credit Union',});m_40afd3a37cca05efe623b7509855c73a['infowindow'] = new google.maps.InfoWindow({content: $l40afd3a37cca05efe623b7509855c73a});var infowindow = new google.maps.InfoWindow({content: $l40afd3a37cca05efe623b7509855c73a});google.maps.event.addListener(m_40afd3a37cca05efe623b7509855c73a, 'click', function() {infowindow.open(map,m_40afd3a37cca05efe623b7509855c73a);});$marker.push(m_40afd3a37cca05efe623b7509855c73a);}});}google.maps.event.addDomListener(window, 'load', initialize);