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(36.8863,-89.9307)};var g_c05860c2601113f01377709104d32737 = new google.maps.Geocoder();g_c05860c2601113f01377709104d32737.geocode( { 'address': "505 State Highway 25 S, Bloomfield, MO 63825"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-MO-first-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-MO-first-commercial-bank'), mapOptions);}document.getElementById('d87a6a9f').innerHTML += ' | View Map';var $lc05860c2601113f01377709104d32737 = '

First Commercial Bank

Address: 505 State Highway 25 S, Bloomfield, MO 63825
Phone: (573) 568-9824
';var m_c05860c2601113f01377709104d32737 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commercial Bank',});m_c05860c2601113f01377709104d32737['infowindow'] = new google.maps.InfoWindow({content: $lc05860c2601113f01377709104d32737});var infowindow = new google.maps.InfoWindow({content: $lc05860c2601113f01377709104d32737});google.maps.event.addListener(m_c05860c2601113f01377709104d32737, 'click', function() {infowindow.open(map,m_c05860c2601113f01377709104d32737);});$marker.push(m_c05860c2601113f01377709104d32737);}});}google.maps.event.addDomListener(window, 'load', initialize);