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.2655,-94.0341)};var g_21d08aefdb2764142f6c510fd3982b43 = new google.maps.Geocoder();g_21d08aefdb2764142f6c510fd3982b43.geocode( { 'address': "3606 Miller St, Bethany, MO 64424"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethany-MO-btc-bank').style.display = '';map = new google.maps.Map(document.getElementById('bethany-MO-btc-bank'), mapOptions);}document.getElementById('ff6e3b51').innerHTML += ' | View Map';var $l21d08aefdb2764142f6c510fd3982b43 = '

Btc Bank

Address: 3606 Miller St, Bethany, MO 64424
Phone: (660) 425-7285
';var m_21d08aefdb2764142f6c510fd3982b43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Btc Bank',});m_21d08aefdb2764142f6c510fd3982b43['infowindow'] = new google.maps.InfoWindow({content: $l21d08aefdb2764142f6c510fd3982b43});var infowindow = new google.maps.InfoWindow({content: $l21d08aefdb2764142f6c510fd3982b43});google.maps.event.addListener(m_21d08aefdb2764142f6c510fd3982b43, 'click', function() {infowindow.open(map,m_21d08aefdb2764142f6c510fd3982b43);});$marker.push(m_21d08aefdb2764142f6c510fd3982b43);}});}google.maps.event.addDomListener(window, 'load', initialize);