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(38.6279,-92.5754)};var g_696aca9aa77f207cd9415d2386534b49 = new google.maps.Geocoder();g_696aca9aa77f207cd9415d2386534b49.geocode( { 'address': "703 W Buchanan St, California, MO 65018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('california-MO-commerce-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('california-MO-commerce-bank-atm'), mapOptions);}document.getElementById('f0c20302').innerHTML += ' | View Map';var $l696aca9aa77f207cd9415d2386534b49 = '

Commerce Bank ATM

Address: 703 W Buchanan St, California, MO 65018, USA
Phone: (800) 453-2265
';var m_696aca9aa77f207cd9415d2386534b49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank ATM',});m_696aca9aa77f207cd9415d2386534b49['infowindow'] = new google.maps.InfoWindow({content: $l696aca9aa77f207cd9415d2386534b49});var infowindow = new google.maps.InfoWindow({content: $l696aca9aa77f207cd9415d2386534b49});google.maps.event.addListener(m_696aca9aa77f207cd9415d2386534b49, 'click', function() {infowindow.open(map,m_696aca9aa77f207cd9415d2386534b49);});$marker.push(m_696aca9aa77f207cd9415d2386534b49);}});}google.maps.event.addDomListener(window, 'load', initialize);