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.0834,-94.5126)};var g_b638cfe81e52bebdc9b882b9e7cfcf77 = new google.maps.Geocoder();g_b638cfe81e52bebdc9b882b9e7cfcf77.geocode( { 'address': "714 Virginia Ave, Joplin, MO 64801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('joplin-MO-us-bank-atm---7th--virginia').style.display = '';map = new google.maps.Map(document.getElementById('joplin-MO-us-bank-atm---7th--virginia'), mapOptions);}document.getElementById('61ffc7e7').innerHTML += ' | View Map';var $lb638cfe81e52bebdc9b882b9e7cfcf77 = '

U.S. Bank ATM - 7th & Virginia

Address: 714 Virginia Ave, Joplin, MO 64801, USA
Phone: (800) 872-2657
';var m_b638cfe81e52bebdc9b882b9e7cfcf77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - 7th & Virginia',});m_b638cfe81e52bebdc9b882b9e7cfcf77['infowindow'] = new google.maps.InfoWindow({content: $lb638cfe81e52bebdc9b882b9e7cfcf77});var infowindow = new google.maps.InfoWindow({content: $lb638cfe81e52bebdc9b882b9e7cfcf77});google.maps.event.addListener(m_b638cfe81e52bebdc9b882b9e7cfcf77, 'click', function() {infowindow.open(map,m_b638cfe81e52bebdc9b882b9e7cfcf77);});$marker.push(m_b638cfe81e52bebdc9b882b9e7cfcf77);}});}google.maps.event.addDomListener(window, 'load', initialize);