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.3182,-72.9474)};var g_8537ca17b1e60d070c74232266223046 = new google.maps.Geocoder();g_8537ca17b1e60d070c74232266223046.geocode( { 'address': "426 Whalley Ave, New Haven, CT 06511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-haven-CT-connecticut-state-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('new-haven-CT-connecticut-state-check-cashing'), mapOptions);}document.getElementById('ae974e42').innerHTML += ' | View Map';var $l8537ca17b1e60d070c74232266223046 = '

Connecticut State Check Cashing

Address: 426 Whalley Ave, New Haven, CT 06511, USA
Phone: (203) 772-1080
';var m_8537ca17b1e60d070c74232266223046 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connecticut State Check Cashing',});m_8537ca17b1e60d070c74232266223046['infowindow'] = new google.maps.InfoWindow({content: $l8537ca17b1e60d070c74232266223046});var infowindow = new google.maps.InfoWindow({content: $l8537ca17b1e60d070c74232266223046});google.maps.event.addListener(m_8537ca17b1e60d070c74232266223046, 'click', function() {infowindow.open(map,m_8537ca17b1e60d070c74232266223046);});$marker.push(m_8537ca17b1e60d070c74232266223046);}});}google.maps.event.addDomListener(window, 'load', initialize);