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(42.0919,-80.1291)};var g_95753ccc84f42b133d6db84a22df8dd4 = new google.maps.Geocoder();g_95753ccc84f42b133d6db84a22df8dd4.geocode( { 'address': "2520 W 26th St, Erie, PA 16506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erie-PA-millcreek-branch').style.display = '';map = new google.maps.Map(document.getElementById('erie-PA-millcreek-branch'), mapOptions);}document.getElementById('635ee1dd').innerHTML += ' | View Map';var $l95753ccc84f42b133d6db84a22df8dd4 = '

Millcreek Branch

Address: 2520 W 26th St, Erie, PA 16506, USA
Phone: (814) 871-1186
';var m_95753ccc84f42b133d6db84a22df8dd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millcreek Branch',});m_95753ccc84f42b133d6db84a22df8dd4['infowindow'] = new google.maps.InfoWindow({content: $l95753ccc84f42b133d6db84a22df8dd4});var infowindow = new google.maps.InfoWindow({content: $l95753ccc84f42b133d6db84a22df8dd4});google.maps.event.addListener(m_95753ccc84f42b133d6db84a22df8dd4, 'click', function() {infowindow.open(map,m_95753ccc84f42b133d6db84a22df8dd4);});$marker.push(m_95753ccc84f42b133d6db84a22df8dd4);}});}google.maps.event.addDomListener(window, 'load', initialize);