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.7368,-87.6059)};var g_e82b5d47df07a836e8330fb6962e14db = new google.maps.Geocoder();g_e82b5d47df07a836e8330fb6962e14db.geocode( { 'address': "738 E 87th St, Chicago, IL 60619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-gwen-shaw---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-gwen-shaw---country-financial-representative'), mapOptions);}document.getElementById('29f740a0').innerHTML += ' | View Map';var $le82b5d47df07a836e8330fb6962e14db = '

Gwen Shaw - COUNTRY Financial Representative

Address: 738 E 87th St, Chicago, IL 60619, USA
Phone: (773) 487-0919
';var m_e82b5d47df07a836e8330fb6962e14db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gwen Shaw - COUNTRY Financial Representative',});m_e82b5d47df07a836e8330fb6962e14db['infowindow'] = new google.maps.InfoWindow({content: $le82b5d47df07a836e8330fb6962e14db});var infowindow = new google.maps.InfoWindow({content: $le82b5d47df07a836e8330fb6962e14db});google.maps.event.addListener(m_e82b5d47df07a836e8330fb6962e14db, 'click', function() {infowindow.open(map,m_e82b5d47df07a836e8330fb6962e14db);});$marker.push(m_e82b5d47df07a836e8330fb6962e14db);}});}google.maps.event.addDomListener(window, 'load', initialize);