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.9977,-91.6164)};var g_775a09f045da636d4bf61eda8a238db0 = new google.maps.Geocoder();g_775a09f045da636d4bf61eda8a238db0.geocode( { 'address': "120 W Eldon St, St James, MO 65559, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-james-MO-us-bank-atm---saint-james').style.display = '';map = new google.maps.Map(document.getElementById('saint-james-MO-us-bank-atm---saint-james'), mapOptions);}document.getElementById('5aec3d19').innerHTML += ' | View Map';var $l775a09f045da636d4bf61eda8a238db0 = '

U.S. Bank ATM - Saint James

Address: 120 W Eldon St, St James, MO 65559, USA
Phone: (800) 872-2657
';var m_775a09f045da636d4bf61eda8a238db0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Saint James',});m_775a09f045da636d4bf61eda8a238db0['infowindow'] = new google.maps.InfoWindow({content: $l775a09f045da636d4bf61eda8a238db0});var infowindow = new google.maps.InfoWindow({content: $l775a09f045da636d4bf61eda8a238db0});google.maps.event.addListener(m_775a09f045da636d4bf61eda8a238db0, 'click', function() {infowindow.open(map,m_775a09f045da636d4bf61eda8a238db0);});$marker.push(m_775a09f045da636d4bf61eda8a238db0);}});}google.maps.event.addDomListener(window, 'load', initialize);