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.098,-76.0652)};var g_bf6fa64a2e79b2800523f3a06745f5a3 = new google.maps.Geocoder();g_bf6fa64a2e79b2800523f3a06745f5a3.geocode( { 'address': "102 North St, Endicott, NY 13760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('endicott-NY-car-credit-usa').style.display = '';map = new google.maps.Map(document.getElementById('endicott-NY-car-credit-usa'), mapOptions);}document.getElementById('c642b5c1').innerHTML += ' | View Map';var $lbf6fa64a2e79b2800523f3a06745f5a3 = '

Car Credit USA

Address: 102 North St, Endicott, NY 13760, USA
Phone: (607) 484-1440
';var m_bf6fa64a2e79b2800523f3a06745f5a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Car Credit USA',});m_bf6fa64a2e79b2800523f3a06745f5a3['infowindow'] = new google.maps.InfoWindow({content: $lbf6fa64a2e79b2800523f3a06745f5a3});var infowindow = new google.maps.InfoWindow({content: $lbf6fa64a2e79b2800523f3a06745f5a3});google.maps.event.addListener(m_bf6fa64a2e79b2800523f3a06745f5a3, 'click', function() {infowindow.open(map,m_bf6fa64a2e79b2800523f3a06745f5a3);});$marker.push(m_bf6fa64a2e79b2800523f3a06745f5a3);}});}google.maps.event.addDomListener(window, 'load', initialize);