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.7392,-89.6805)};var g_5e48c48268be71bffb710fb4ab481d5b = new google.maps.Geocoder();g_5e48c48268be71bffb710fb4ab481d5b.geocode( { 'address': "820 Broadway, Highland, IL 62249, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-IL-d-j-howard--associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('highland-IL-d-j-howard--associates-inc'), mapOptions);}document.getElementById('88b165a7').innerHTML += ' | View Map';var $l5e48c48268be71bffb710fb4ab481d5b = '

D J Howard & Associates Inc

Address: 820 Broadway, Highland, IL 62249, USA
Phone: (618) 654-7790
';var m_5e48c48268be71bffb710fb4ab481d5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'D J Howard & Associates Inc',});m_5e48c48268be71bffb710fb4ab481d5b['infowindow'] = new google.maps.InfoWindow({content: $l5e48c48268be71bffb710fb4ab481d5b});var infowindow = new google.maps.InfoWindow({content: $l5e48c48268be71bffb710fb4ab481d5b});google.maps.event.addListener(m_5e48c48268be71bffb710fb4ab481d5b, 'click', function() {infowindow.open(map,m_5e48c48268be71bffb710fb4ab481d5b);});$marker.push(m_5e48c48268be71bffb710fb4ab481d5b);}});}google.maps.event.addDomListener(window, 'load', initialize);