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.7927,-87.9837)};var g_199a9033aec1a9bbfc8466862b71a52c = new google.maps.Geocoder();g_199a9033aec1a9bbfc8466862b71a52c.geocode( { 'address': "511 S Broadway St, Newman, IL 61942, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newman-IL-first-neighbor-bank').style.display = '';map = new google.maps.Map(document.getElementById('newman-IL-first-neighbor-bank'), mapOptions);}document.getElementById('d536d3ca').innerHTML += ' | View Map';var $l199a9033aec1a9bbfc8466862b71a52c = '

First Neighbor Bank

Address: 511 S Broadway St, Newman, IL 61942, USA
Phone: (217) 837-2491
';var m_199a9033aec1a9bbfc8466862b71a52c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Neighbor Bank',});m_199a9033aec1a9bbfc8466862b71a52c['infowindow'] = new google.maps.InfoWindow({content: $l199a9033aec1a9bbfc8466862b71a52c});var infowindow = new google.maps.InfoWindow({content: $l199a9033aec1a9bbfc8466862b71a52c});google.maps.event.addListener(m_199a9033aec1a9bbfc8466862b71a52c, 'click', function() {infowindow.open(map,m_199a9033aec1a9bbfc8466862b71a52c);});$marker.push(m_199a9033aec1a9bbfc8466862b71a52c);}});}google.maps.event.addDomListener(window, 'load', initialize);