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(40.4819,-93.7433)};var g_a553028df57eab58d05b12462b411d64 = new google.maps.Geocoder();g_a553028df57eab58d05b12462b411d64.geocode( { 'address': "1415 Washington St, Cainsville, MO 64632"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cainsville-MO-flowers-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cainsville-MO-flowers-national-bank'), mapOptions);}document.getElementById('48f90b34').innerHTML += ' | View Map';var $la553028df57eab58d05b12462b411d64 = '

Flowers National Bank

Address: 1415 Washington St, Cainsville, MO 64632
Phone: (660) 893-7300
';var m_a553028df57eab58d05b12462b411d64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flowers National Bank',});m_a553028df57eab58d05b12462b411d64['infowindow'] = new google.maps.InfoWindow({content: $la553028df57eab58d05b12462b411d64});var infowindow = new google.maps.InfoWindow({content: $la553028df57eab58d05b12462b411d64});google.maps.event.addListener(m_a553028df57eab58d05b12462b411d64, 'click', function() {infowindow.open(map,m_a553028df57eab58d05b12462b411d64);});$marker.push(m_a553028df57eab58d05b12462b411d64);}});}google.maps.event.addDomListener(window, 'load', initialize);