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.828,-72.7352)};var g_4a3ef593aba788f1bc99186e568d2836 = new google.maps.Geocoder();g_4a3ef593aba788f1bc99186e568d2836.geocode( { 'address': "34 Jerome Ave Suite 310, Bloomfield, CT 06002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-CT-guaranty-federal').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-CT-guaranty-federal'), mapOptions);}document.getElementById('a3bc58b0').innerHTML += ' | View Map';var $l4a3ef593aba788f1bc99186e568d2836 = '

Guaranty Federal

Address: 34 Jerome Ave Suite 310, Bloomfield, CT 06002, USA
Phone: (860) 216-3557
';var m_4a3ef593aba788f1bc99186e568d2836 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Federal',});m_4a3ef593aba788f1bc99186e568d2836['infowindow'] = new google.maps.InfoWindow({content: $l4a3ef593aba788f1bc99186e568d2836});var infowindow = new google.maps.InfoWindow({content: $l4a3ef593aba788f1bc99186e568d2836});google.maps.event.addListener(m_4a3ef593aba788f1bc99186e568d2836, 'click', function() {infowindow.open(map,m_4a3ef593aba788f1bc99186e568d2836);});$marker.push(m_4a3ef593aba788f1bc99186e568d2836);}});}google.maps.event.addDomListener(window, 'load', initialize);