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.7774,-72.525)};var g_c98c3ab7de4b830110bd47dbc105754c = new google.maps.Geocoder();g_c98c3ab7de4b830110bd47dbc105754c.geocode( { 'address': "1185 Tolland Tpke, Manchester, CT 06042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-citi-financial').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-citi-financial'), mapOptions);}document.getElementById('e423f310').innerHTML += ' | View Map';var $lc98c3ab7de4b830110bd47dbc105754c = '

Citi Financial

Address: 1185 Tolland Tpke, Manchester, CT 06042
Phone: (860) 643-8188
';var m_c98c3ab7de4b830110bd47dbc105754c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citi Financial',});m_c98c3ab7de4b830110bd47dbc105754c['infowindow'] = new google.maps.InfoWindow({content: $lc98c3ab7de4b830110bd47dbc105754c});var infowindow = new google.maps.InfoWindow({content: $lc98c3ab7de4b830110bd47dbc105754c});google.maps.event.addListener(m_c98c3ab7de4b830110bd47dbc105754c, 'click', function() {infowindow.open(map,m_c98c3ab7de4b830110bd47dbc105754c);});$marker.push(m_c98c3ab7de4b830110bd47dbc105754c);}});}google.maps.event.addDomListener(window, 'load', initialize);