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.2676,-75.3828)};var g_58a21aaf3e0ba7194ec9b329cd2c6f83 = new google.maps.Geocoder();g_58a21aaf3e0ba7194ec9b329cd2c6f83.geocode( { 'address': "815 Maplewood Dr, Harleysville, PA 19438"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harleysville-PA-first-niagara').style.display = '';map = new google.maps.Map(document.getElementById('harleysville-PA-first-niagara'), mapOptions);}document.getElementById('30900e5e').innerHTML += ' | View Map';var $l58a21aaf3e0ba7194ec9b329cd2c6f83 = '

First Niagara

Address: 815 Maplewood Dr, Harleysville, PA 19438
Phone: (215) 513-2385
';var m_58a21aaf3e0ba7194ec9b329cd2c6f83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara',});m_58a21aaf3e0ba7194ec9b329cd2c6f83['infowindow'] = new google.maps.InfoWindow({content: $l58a21aaf3e0ba7194ec9b329cd2c6f83});var infowindow = new google.maps.InfoWindow({content: $l58a21aaf3e0ba7194ec9b329cd2c6f83});google.maps.event.addListener(m_58a21aaf3e0ba7194ec9b329cd2c6f83, 'click', function() {infowindow.open(map,m_58a21aaf3e0ba7194ec9b329cd2c6f83);});$marker.push(m_58a21aaf3e0ba7194ec9b329cd2c6f83);}});}google.maps.event.addDomListener(window, 'load', initialize);