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.1942,-75.1017)};var g_1854878c9953ed65c26b5f12760fed2c = new google.maps.Geocoder();g_1854878c9953ed65c26b5f12760fed2c.geocode( { 'address': "157 York Rd, Warminster, PA 18974, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warminster-PA-viriva-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('warminster-PA-viriva-community-credit-union'), mapOptions);}document.getElementById('b0561e5c').innerHTML += ' | View Map';var $l1854878c9953ed65c26b5f12760fed2c = '

Viriva Community Credit Union

Address: 157 York Rd, Warminster, PA 18974, USA
Phone: (215) 333-1201
';var m_1854878c9953ed65c26b5f12760fed2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Viriva Community Credit Union',});m_1854878c9953ed65c26b5f12760fed2c['infowindow'] = new google.maps.InfoWindow({content: $l1854878c9953ed65c26b5f12760fed2c});var infowindow = new google.maps.InfoWindow({content: $l1854878c9953ed65c26b5f12760fed2c});google.maps.event.addListener(m_1854878c9953ed65c26b5f12760fed2c, 'click', function() {infowindow.open(map,m_1854878c9953ed65c26b5f12760fed2c);});$marker.push(m_1854878c9953ed65c26b5f12760fed2c);}});}google.maps.event.addDomListener(window, 'load', initialize);