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.2857,-75.3922)};var g_62d2b7ba91f34c0ac08aa11c359a8d2c = new google.maps.Geocoder();g_62d2b7ba91f34c0ac08aa11c359a8d2c.geocode( { 'address': "611 Main St, Harleysville, PA 19438, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harleysville-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('harleysville-PA-citizens-bank'), mapOptions);}document.getElementById('446566bf').innerHTML += ' | View Map';var $l62d2b7ba91f34c0ac08aa11c359a8d2c = '

Citizens Bank

Address: 611 Main St, Harleysville, PA 19438, USA
Phone:
';var m_62d2b7ba91f34c0ac08aa11c359a8d2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_62d2b7ba91f34c0ac08aa11c359a8d2c['infowindow'] = new google.maps.InfoWindow({content: $l62d2b7ba91f34c0ac08aa11c359a8d2c});var infowindow = new google.maps.InfoWindow({content: $l62d2b7ba91f34c0ac08aa11c359a8d2c});google.maps.event.addListener(m_62d2b7ba91f34c0ac08aa11c359a8d2c, 'click', function() {infowindow.open(map,m_62d2b7ba91f34c0ac08aa11c359a8d2c);});$marker.push(m_62d2b7ba91f34c0ac08aa11c359a8d2c);}});}google.maps.event.addDomListener(window, 'load', initialize);