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(39.3216,-88.4548)};var g_a1b49bb709d61edf34f2267f79664e9f = new google.maps.Geocoder();g_a1b49bb709d61edf34f2267f79664e9f.geocode( { 'address': "223 E 6th St, Neoga, IL 62447"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neoga-IL-first-neighbor-accounting').style.display = '';map = new google.maps.Map(document.getElementById('neoga-IL-first-neighbor-accounting'), mapOptions);}document.getElementById('b39e57b2').innerHTML += ' | View Map';var $la1b49bb709d61edf34f2267f79664e9f = '

First Neighbor Accounting

Address: 223 E 6th St, Neoga, IL 62447
Phone: (217) 895-3272
';var m_a1b49bb709d61edf34f2267f79664e9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Neighbor Accounting',});m_a1b49bb709d61edf34f2267f79664e9f['infowindow'] = new google.maps.InfoWindow({content: $la1b49bb709d61edf34f2267f79664e9f});var infowindow = new google.maps.InfoWindow({content: $la1b49bb709d61edf34f2267f79664e9f});google.maps.event.addListener(m_a1b49bb709d61edf34f2267f79664e9f, 'click', function() {infowindow.open(map,m_a1b49bb709d61edf34f2267f79664e9f);});$marker.push(m_a1b49bb709d61edf34f2267f79664e9f);}});}google.maps.event.addDomListener(window, 'load', initialize);