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.1595,-93.2899)};var g_c645ab57c2737c8d45a7d5fc84ab6f1b = new google.maps.Geocoder();g_c645ab57c2737c8d45a7d5fc84ab6f1b.geocode( { 'address': "500 E Battlefield Rd, Springfield, MO 65807, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-us-bank-susan-beck').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-us-bank-susan-beck'), mapOptions);}document.getElementById('18805e29').innerHTML += ' | View Map';var $lc645ab57c2737c8d45a7d5fc84ab6f1b = '

U.S. Bank: Susan Beck

Address: 500 E Battlefield Rd, Springfield, MO 65807, United States
Phone: (417) 885-4106
';var m_c645ab57c2737c8d45a7d5fc84ab6f1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Susan Beck',});m_c645ab57c2737c8d45a7d5fc84ab6f1b['infowindow'] = new google.maps.InfoWindow({content: $lc645ab57c2737c8d45a7d5fc84ab6f1b});var infowindow = new google.maps.InfoWindow({content: $lc645ab57c2737c8d45a7d5fc84ab6f1b});google.maps.event.addListener(m_c645ab57c2737c8d45a7d5fc84ab6f1b, 'click', function() {infowindow.open(map,m_c645ab57c2737c8d45a7d5fc84ab6f1b);});$marker.push(m_c645ab57c2737c8d45a7d5fc84ab6f1b);}});}google.maps.event.addDomListener(window, 'load', initialize);