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.0341,-80.065)};var g_a2bab50d3a611bcf6e9c4af2d6a8dc4f = new google.maps.Geocoder();g_a2bab50d3a611bcf6e9c4af2d6a8dc4f.geocode( { 'address': "8680 Peach St, Erie, PA 16509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erie-PA-erie-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('erie-PA-erie-auto-credit'), mapOptions);}document.getElementById('c36aa357').innerHTML += ' | View Map';var $la2bab50d3a611bcf6e9c4af2d6a8dc4f = '

Erie Auto Credit

Address: 8680 Peach St, Erie, PA 16509, USA
Phone: (814) 868-5202
';var m_a2bab50d3a611bcf6e9c4af2d6a8dc4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Erie Auto Credit',});m_a2bab50d3a611bcf6e9c4af2d6a8dc4f['infowindow'] = new google.maps.InfoWindow({content: $la2bab50d3a611bcf6e9c4af2d6a8dc4f});var infowindow = new google.maps.InfoWindow({content: $la2bab50d3a611bcf6e9c4af2d6a8dc4f});google.maps.event.addListener(m_a2bab50d3a611bcf6e9c4af2d6a8dc4f, 'click', function() {infowindow.open(map,m_a2bab50d3a611bcf6e9c4af2d6a8dc4f);});$marker.push(m_a2bab50d3a611bcf6e9c4af2d6a8dc4f);}});}google.maps.event.addDomListener(window, 'load', initialize);