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.3007,-78.886)};var g_01e6b77295a03c6bbf346400e2f07080 = new google.maps.Geocoder();g_01e6b77295a03c6bbf346400e2f07080.geocode( { 'address': "1880 Bedford St, Johnstown, PA 15902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnstown-PA-flood-city-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('johnstown-PA-flood-city-car-credit'), mapOptions);}document.getElementById('09e117f4').innerHTML += ' | View Map';var $l01e6b77295a03c6bbf346400e2f07080 = '

Flood City Car Credit

Address: 1880 Bedford St, Johnstown, PA 15902, USA
Phone: (814) 244-4435
';var m_01e6b77295a03c6bbf346400e2f07080 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flood City Car Credit',});m_01e6b77295a03c6bbf346400e2f07080['infowindow'] = new google.maps.InfoWindow({content: $l01e6b77295a03c6bbf346400e2f07080});var infowindow = new google.maps.InfoWindow({content: $l01e6b77295a03c6bbf346400e2f07080});google.maps.event.addListener(m_01e6b77295a03c6bbf346400e2f07080, 'click', function() {infowindow.open(map,m_01e6b77295a03c6bbf346400e2f07080);});$marker.push(m_01e6b77295a03c6bbf346400e2f07080);}});}google.maps.event.addDomListener(window, 'load', initialize);