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.0661,-93.5547)};var g_e83f830003002de666475156ef4a19a7 = new google.maps.Geocoder();g_e83f830003002de666475156ef4a19a7.geocode( { 'address': "104 NE Elm St, Billings, MO 65610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MO-bank-of-billings').style.display = '';map = new google.maps.Map(document.getElementById('billings-MO-bank-of-billings'), mapOptions);}document.getElementById('457b7326').innerHTML += ' | View Map';var $le83f830003002de666475156ef4a19a7 = '

Bank of Billings

Address: 104 NE Elm St, Billings, MO 65610, USA
Phone: (417) 744-2567
';var m_e83f830003002de666475156ef4a19a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Billings',});m_e83f830003002de666475156ef4a19a7['infowindow'] = new google.maps.InfoWindow({content: $le83f830003002de666475156ef4a19a7});var infowindow = new google.maps.InfoWindow({content: $le83f830003002de666475156ef4a19a7});google.maps.event.addListener(m_e83f830003002de666475156ef4a19a7, 'click', function() {infowindow.open(map,m_e83f830003002de666475156ef4a19a7);});$marker.push(m_e83f830003002de666475156ef4a19a7);}});}google.maps.event.addDomListener(window, 'load', initialize);