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.847,-91.9498)};var g_2544d963fbd32a5e0649e7a244cc921b = new google.maps.Geocoder();g_2544d963fbd32a5e0649e7a244cc921b.geocode( { 'address': "118 W 5th St, Fulton, MO 65251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fulton-MO-bank-star-one-atm').style.display = '';map = new google.maps.Map(document.getElementById('fulton-MO-bank-star-one-atm'), mapOptions);}document.getElementById('b31e7ea8').innerHTML += ' | View Map';var $l2544d963fbd32a5e0649e7a244cc921b = '

Bank star one atm

Address: 118 W 5th St, Fulton, MO 65251, USA
Phone:
';var m_2544d963fbd32a5e0649e7a244cc921b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank star one atm',});m_2544d963fbd32a5e0649e7a244cc921b['infowindow'] = new google.maps.InfoWindow({content: $l2544d963fbd32a5e0649e7a244cc921b});var infowindow = new google.maps.InfoWindow({content: $l2544d963fbd32a5e0649e7a244cc921b});google.maps.event.addListener(m_2544d963fbd32a5e0649e7a244cc921b, 'click', function() {infowindow.open(map,m_2544d963fbd32a5e0649e7a244cc921b);});$marker.push(m_2544d963fbd32a5e0649e7a244cc921b);}});}google.maps.event.addDomListener(window, 'load', initialize);