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.4654,-90.3577)};var g_68dddffcace481959d1ca4dc20c782ff = new google.maps.Geocoder();g_68dddffcace481959d1ca4dc20c782ff.geocode( { 'address': "6197 Lemay Ferry Rd, St. Louis, MO 63129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-louis-MO-citibank-atm').style.display = '';map = new google.maps.Map(document.getElementById('st-louis-MO-citibank-atm'), mapOptions);}document.getElementById('a97f1cdf').innerHTML += ' | View Map';var $l68dddffcace481959d1ca4dc20c782ff = '

Citibank ATM

Address: 6197 Lemay Ferry Rd, St. Louis, MO 63129, USA
Phone: (800) 627-3999
';var m_68dddffcace481959d1ca4dc20c782ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank ATM',});m_68dddffcace481959d1ca4dc20c782ff['infowindow'] = new google.maps.InfoWindow({content: $l68dddffcace481959d1ca4dc20c782ff});var infowindow = new google.maps.InfoWindow({content: $l68dddffcace481959d1ca4dc20c782ff});google.maps.event.addListener(m_68dddffcace481959d1ca4dc20c782ff, 'click', function() {infowindow.open(map,m_68dddffcace481959d1ca4dc20c782ff);});$marker.push(m_68dddffcace481959d1ca4dc20c782ff);}});}google.maps.event.addDomListener(window, 'load', initialize);