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(37.0706,-93.2242)};var g_46ef818679400d72511a5f6b12bddb78 = new google.maps.Geocoder();g_46ef818679400d72511a5f6b12bddb78.geocode( { 'address': "1701 W State Hwy J, Ozark, MO 65721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ozark-MO-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('ozark-MO-guaranty-bank'), mapOptions);}document.getElementById('657d495b').innerHTML += ' | View Map';var $l46ef818679400d72511a5f6b12bddb78 = '

Guaranty Bank

Address: 1701 W State Hwy J, Ozark, MO 65721, USA
Phone: (417) 581-1553
';var m_46ef818679400d72511a5f6b12bddb78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_46ef818679400d72511a5f6b12bddb78['infowindow'] = new google.maps.InfoWindow({content: $l46ef818679400d72511a5f6b12bddb78});var infowindow = new google.maps.InfoWindow({content: $l46ef818679400d72511a5f6b12bddb78});google.maps.event.addListener(m_46ef818679400d72511a5f6b12bddb78, 'click', function() {infowindow.open(map,m_46ef818679400d72511a5f6b12bddb78);});$marker.push(m_46ef818679400d72511a5f6b12bddb78);}});}google.maps.event.addDomListener(window, 'load', initialize);