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(38.6465,-88.9425)};var g_9c8780d93f7077ed38cdc242778f7fdc = new google.maps.Geocoder();g_9c8780d93f7077ed38cdc242778f7fdc.geocode( { 'address': "1630 N Broadway, Salem, IL 62881, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-IL-mandy-rosenthal---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('salem-IL-mandy-rosenthal---country-financial-representative'), mapOptions);}document.getElementById('8cdfd15e').innerHTML += ' | View Map';var $l9c8780d93f7077ed38cdc242778f7fdc = '

Mandy Rosenthal - COUNTRY Financial Representative

Address: 1630 N Broadway, Salem, IL 62881, USA
Phone: (618) 548-3036
';var m_9c8780d93f7077ed38cdc242778f7fdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mandy Rosenthal - COUNTRY Financial Representative',});m_9c8780d93f7077ed38cdc242778f7fdc['infowindow'] = new google.maps.InfoWindow({content: $l9c8780d93f7077ed38cdc242778f7fdc});var infowindow = new google.maps.InfoWindow({content: $l9c8780d93f7077ed38cdc242778f7fdc});google.maps.event.addListener(m_9c8780d93f7077ed38cdc242778f7fdc, 'click', function() {infowindow.open(map,m_9c8780d93f7077ed38cdc242778f7fdc);});$marker.push(m_9c8780d93f7077ed38cdc242778f7fdc);}});}google.maps.event.addDomListener(window, 'load', initialize);