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.4308,-93.1239)};var g_8698ff92115213ab187d31d4ee5da8ea = new google.maps.Geocoder();g_8698ff92115213ab187d31d4ee5da8ea.geocode( { 'address': "116 W Broadway St, Brunswick, MO 65236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-MO-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-MO-county-bank'), mapOptions);}document.getElementById('15b1aba2').innerHTML += ' | View Map';var $l8698ff92115213ab187d31d4ee5da8ea = '

County Bank

Address: 116 W Broadway St, Brunswick, MO 65236
Phone: (660) 548-3137
';var m_8698ff92115213ab187d31d4ee5da8ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County Bank',});m_8698ff92115213ab187d31d4ee5da8ea['infowindow'] = new google.maps.InfoWindow({content: $l8698ff92115213ab187d31d4ee5da8ea});var infowindow = new google.maps.InfoWindow({content: $l8698ff92115213ab187d31d4ee5da8ea});google.maps.event.addListener(m_8698ff92115213ab187d31d4ee5da8ea, 'click', function() {infowindow.open(map,m_8698ff92115213ab187d31d4ee5da8ea);});$marker.push(m_8698ff92115213ab187d31d4ee5da8ea);}});}google.maps.event.addDomListener(window, 'load', initialize);