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.1575,-93.2305)};var g_198a00c120293afdb1f578970545e087 = new google.maps.Geocoder();g_198a00c120293afdb1f578970545e087.geocode( { 'address': "3230 E Battlefield Rd, Springfield, MO 65804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-us-bank-atm---fox-grape-plaza').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-us-bank-atm---fox-grape-plaza'), mapOptions);}document.getElementById('62587741').innerHTML += ' | View Map';var $l198a00c120293afdb1f578970545e087 = '

U.S. Bank ATM - Fox Grape Plaza

Address: 3230 E Battlefield Rd, Springfield, MO 65804, USA
Phone: (800) 872-2657
';var m_198a00c120293afdb1f578970545e087 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Fox Grape Plaza',});m_198a00c120293afdb1f578970545e087['infowindow'] = new google.maps.InfoWindow({content: $l198a00c120293afdb1f578970545e087});var infowindow = new google.maps.InfoWindow({content: $l198a00c120293afdb1f578970545e087});google.maps.event.addListener(m_198a00c120293afdb1f578970545e087, 'click', function() {infowindow.open(map,m_198a00c120293afdb1f578970545e087);});$marker.push(m_198a00c120293afdb1f578970545e087);}});}google.maps.event.addDomListener(window, 'load', initialize);