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(41.4989,-72.9011)};var g_270a7713a318a6e28a801dbb4a2bfd25 = new google.maps.Geocoder();g_270a7713a318a6e28a801dbb4a2bfd25.geocode( { 'address': "1405 Highland Ave, Cheshire, CT 06410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheshire-CT-five-star-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('cheshire-CT-five-star-auto-credit'), mapOptions);}document.getElementById('b48881f3').innerHTML += ' | View Map';var $l270a7713a318a6e28a801dbb4a2bfd25 = '

Five Star Auto Credit

Address: 1405 Highland Ave, Cheshire, CT 06410
Phone: (203) 271-8041
';var m_270a7713a318a6e28a801dbb4a2bfd25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Auto Credit',});m_270a7713a318a6e28a801dbb4a2bfd25['infowindow'] = new google.maps.InfoWindow({content: $l270a7713a318a6e28a801dbb4a2bfd25});var infowindow = new google.maps.InfoWindow({content: $l270a7713a318a6e28a801dbb4a2bfd25});google.maps.event.addListener(m_270a7713a318a6e28a801dbb4a2bfd25, 'click', function() {infowindow.open(map,m_270a7713a318a6e28a801dbb4a2bfd25);});$marker.push(m_270a7713a318a6e28a801dbb4a2bfd25);}});}google.maps.event.addDomListener(window, 'load', initialize);