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.6855,-72.9387)};var g_e689582ff82cd8e9a50d4a89f811cd77 = new google.maps.Geocoder();g_e689582ff82cd8e9a50d4a89f811cd77.geocode( { 'address': "123 Farmington Ave # 2, Bristol, CT 06010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-CT-citi-financial').style.display = '';map = new google.maps.Map(document.getElementById('bristol-CT-citi-financial'), mapOptions);}document.getElementById('dd14f6f6').innerHTML += ' | View Map';var $le689582ff82cd8e9a50d4a89f811cd77 = '

Citi Financial

Address: 123 Farmington Ave # 2, Bristol, CT 06010, USA
Phone: (860) 584-0836
';var m_e689582ff82cd8e9a50d4a89f811cd77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citi Financial',});m_e689582ff82cd8e9a50d4a89f811cd77['infowindow'] = new google.maps.InfoWindow({content: $le689582ff82cd8e9a50d4a89f811cd77});var infowindow = new google.maps.InfoWindow({content: $le689582ff82cd8e9a50d4a89f811cd77});google.maps.event.addListener(m_e689582ff82cd8e9a50d4a89f811cd77, 'click', function() {infowindow.open(map,m_e689582ff82cd8e9a50d4a89f811cd77);});$marker.push(m_e689582ff82cd8e9a50d4a89f811cd77);}});}google.maps.event.addDomListener(window, 'load', initialize);