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.5016,-92.1556)};var g_5e62d03aec0d17facfc5355dd90d441c = new google.maps.Geocoder();g_5e62d03aec0d17facfc5355dd90d441c.geocode( { 'address': "8314 Liberty Rd, Jefferson City, MO 65101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-city-MO-umb-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-city-MO-umb-bank-atm'), mapOptions);}document.getElementById('1ea385f9').innerHTML += ' | View Map';var $l5e62d03aec0d17facfc5355dd90d441c = '

UMB Bank ATM

Address: 8314 Liberty Rd, Jefferson City, MO 65101
Phone: (800) 860-4862
';var m_5e62d03aec0d17facfc5355dd90d441c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UMB Bank ATM',});m_5e62d03aec0d17facfc5355dd90d441c['infowindow'] = new google.maps.InfoWindow({content: $l5e62d03aec0d17facfc5355dd90d441c});var infowindow = new google.maps.InfoWindow({content: $l5e62d03aec0d17facfc5355dd90d441c});google.maps.event.addListener(m_5e62d03aec0d17facfc5355dd90d441c, 'click', function() {infowindow.open(map,m_5e62d03aec0d17facfc5355dd90d441c);});$marker.push(m_5e62d03aec0d17facfc5355dd90d441c);}});}google.maps.event.addDomListener(window, 'load', initialize);