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.7565,-72.7588)};var g_9cfe490d5d4f5a15550d5f3cac89527c = new google.maps.Geocoder();g_9cfe490d5d4f5a15550d5f3cac89527c.geocode( { 'address': "43 Lasalle Rd, STORE 8, West Hartford, CT 06107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hartford-CT-charles-schwab').style.display = '';map = new google.maps.Map(document.getElementById('west-hartford-CT-charles-schwab'), mapOptions);}document.getElementById('3c1c5537').innerHTML += ' | View Map';var $l9cfe490d5d4f5a15550d5f3cac89527c = '

Charles Schwab

Address: 43 Lasalle Rd, STORE 8, West Hartford, CT 06107
Phone: (860) 570-4140
';var m_9cfe490d5d4f5a15550d5f3cac89527c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charles Schwab',});m_9cfe490d5d4f5a15550d5f3cac89527c['infowindow'] = new google.maps.InfoWindow({content: $l9cfe490d5d4f5a15550d5f3cac89527c});var infowindow = new google.maps.InfoWindow({content: $l9cfe490d5d4f5a15550d5f3cac89527c});google.maps.event.addListener(m_9cfe490d5d4f5a15550d5f3cac89527c, 'click', function() {infowindow.open(map,m_9cfe490d5d4f5a15550d5f3cac89527c);});$marker.push(m_9cfe490d5d4f5a15550d5f3cac89527c);}});}google.maps.event.addDomListener(window, 'load', initialize);