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.9799,-94.5977)};var g_6ea4ce001aa663d9c80a2257ff27feac = new google.maps.Geocoder();g_6ea4ce001aa663d9c80a2257ff27feac.geocode( { 'address': "108 N 4th St, Union Star, MO 64494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-star-MO-first-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-star-MO-first-security-bank'), mapOptions);}document.getElementById('8eff5194').innerHTML += ' | View Map';var $l6ea4ce001aa663d9c80a2257ff27feac = '

First Security Bank

Address: 108 N 4th St, Union Star, MO 64494, USA
Phone: (816) 593-2291
';var m_6ea4ce001aa663d9c80a2257ff27feac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank',});m_6ea4ce001aa663d9c80a2257ff27feac['infowindow'] = new google.maps.InfoWindow({content: $l6ea4ce001aa663d9c80a2257ff27feac});var infowindow = new google.maps.InfoWindow({content: $l6ea4ce001aa663d9c80a2257ff27feac});google.maps.event.addListener(m_6ea4ce001aa663d9c80a2257ff27feac, 'click', function() {infowindow.open(map,m_6ea4ce001aa663d9c80a2257ff27feac);});$marker.push(m_6ea4ce001aa663d9c80a2257ff27feac);}});}google.maps.event.addDomListener(window, 'load', initialize);