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.1309,-93.4597)};var g_34c0bc2359667f0f6414cd1b53742d62 = new google.maps.Geocoder();g_34c0bc2359667f0f6414cd1b53742d62.geocode( { 'address': "1261 US-60, Republic, MO 65738, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('republic-MO-us-bank-christine-white').style.display = '';map = new google.maps.Map(document.getElementById('republic-MO-us-bank-christine-white'), mapOptions);}document.getElementById('deeb91fc').innerHTML += ' | View Map';var $l34c0bc2359667f0f6414cd1b53742d62 = '

U.S. Bank: Christine White

Address: 1261 US-60, Republic, MO 65738, USA
Phone: (417) 732-4587
';var m_34c0bc2359667f0f6414cd1b53742d62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Christine White',});m_34c0bc2359667f0f6414cd1b53742d62['infowindow'] = new google.maps.InfoWindow({content: $l34c0bc2359667f0f6414cd1b53742d62});var infowindow = new google.maps.InfoWindow({content: $l34c0bc2359667f0f6414cd1b53742d62});google.maps.event.addListener(m_34c0bc2359667f0f6414cd1b53742d62, 'click', function() {infowindow.open(map,m_34c0bc2359667f0f6414cd1b53742d62);});$marker.push(m_34c0bc2359667f0f6414cd1b53742d62);}});}google.maps.event.addDomListener(window, 'load', initialize);