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.1683,-74.8495)};var g_96715a784544526b7b5768ad6dc87242 = new google.maps.Geocoder();g_96715a784544526b7b5768ad6dc87242.geocode( { 'address': "471 S Oxford Valley Rd, Fairless Hills, PA 19030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairless-hills-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairless-hills-PA-citizens-bank'), mapOptions);}document.getElementById('37935586').innerHTML += ' | View Map';var $l96715a784544526b7b5768ad6dc87242 = '

Citizens Bank

Address: 471 S Oxford Valley Rd, Fairless Hills, PA 19030, USA
Phone: (215) 949-6657
';var m_96715a784544526b7b5768ad6dc87242 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_96715a784544526b7b5768ad6dc87242['infowindow'] = new google.maps.InfoWindow({content: $l96715a784544526b7b5768ad6dc87242});var infowindow = new google.maps.InfoWindow({content: $l96715a784544526b7b5768ad6dc87242});google.maps.event.addListener(m_96715a784544526b7b5768ad6dc87242, 'click', function() {infowindow.open(map,m_96715a784544526b7b5768ad6dc87242);});$marker.push(m_96715a784544526b7b5768ad6dc87242);}});}google.maps.event.addDomListener(window, 'load', initialize);