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(39.7706,-89.7072)};var g_6041439a1a9478356ce148265b1aca7e = new google.maps.Geocoder();g_6041439a1a9478356ce148265b1aca7e.geocode( { 'address': "2501 S Veterans Pkwy, Springfield, IL 62704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-us-bank-bill-townsend').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-us-bank-bill-townsend'), mapOptions);}document.getElementById('9cb76a30').innerHTML += ' | View Map';var $l6041439a1a9478356ce148265b1aca7e = '

U.S. Bank: Bill Townsend

Address: 2501 S Veterans Pkwy, Springfield, IL 62704, USA
Phone: (217) 553-7929
';var m_6041439a1a9478356ce148265b1aca7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Bill Townsend',});m_6041439a1a9478356ce148265b1aca7e['infowindow'] = new google.maps.InfoWindow({content: $l6041439a1a9478356ce148265b1aca7e});var infowindow = new google.maps.InfoWindow({content: $l6041439a1a9478356ce148265b1aca7e});google.maps.event.addListener(m_6041439a1a9478356ce148265b1aca7e, 'click', function() {infowindow.open(map,m_6041439a1a9478356ce148265b1aca7e);});$marker.push(m_6041439a1a9478356ce148265b1aca7e);}});}google.maps.event.addDomListener(window, 'load', initialize);