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(40.2452,-79.2404)};var g_6bff8cf57719557ab6e33ae63f9d4db2 = new google.maps.Geocoder();g_6bff8cf57719557ab6e33ae63f9d4db2.geocode( { 'address': "244 W Main St # B, Ligonier, PA 15658, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ligonier-PA-ameriprise-financial').style.display = '';map = new google.maps.Map(document.getElementById('ligonier-PA-ameriprise-financial'), mapOptions);}document.getElementById('2e5e340f').innerHTML += ' | View Map';var $l6bff8cf57719557ab6e33ae63f9d4db2 = '

Ameriprise Financial

Address: 244 W Main St # B, Ligonier, PA 15658, USA
Phone: (724) 238-0234
';var m_6bff8cf57719557ab6e33ae63f9d4db2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameriprise Financial',});m_6bff8cf57719557ab6e33ae63f9d4db2['infowindow'] = new google.maps.InfoWindow({content: $l6bff8cf57719557ab6e33ae63f9d4db2});var infowindow = new google.maps.InfoWindow({content: $l6bff8cf57719557ab6e33ae63f9d4db2});google.maps.event.addListener(m_6bff8cf57719557ab6e33ae63f9d4db2, 'click', function() {infowindow.open(map,m_6bff8cf57719557ab6e33ae63f9d4db2);});$marker.push(m_6bff8cf57719557ab6e33ae63f9d4db2);}});}google.maps.event.addDomListener(window, 'load', initialize);