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.9427,-91.7762)};var g_8fc5197c5ffda3a6b0fd22295f347616 = new google.maps.Geocoder();g_8fc5197c5ffda3a6b0fd22295f347616.geocode( { 'address': "600 MO-72, Rolla, MO 65402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rolla-MO-legends-bank').style.display = '';map = new google.maps.Map(document.getElementById('rolla-MO-legends-bank'), mapOptions);}document.getElementById('12dbb643').innerHTML += ' | View Map';var $l8fc5197c5ffda3a6b0fd22295f347616 = '

Legends Bank

Address: 600 MO-72, Rolla, MO 65402, USA
Phone: (573) 426-5300
';var m_8fc5197c5ffda3a6b0fd22295f347616 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legends Bank',});m_8fc5197c5ffda3a6b0fd22295f347616['infowindow'] = new google.maps.InfoWindow({content: $l8fc5197c5ffda3a6b0fd22295f347616});var infowindow = new google.maps.InfoWindow({content: $l8fc5197c5ffda3a6b0fd22295f347616});google.maps.event.addListener(m_8fc5197c5ffda3a6b0fd22295f347616, 'click', function() {infowindow.open(map,m_8fc5197c5ffda3a6b0fd22295f347616);});$marker.push(m_8fc5197c5ffda3a6b0fd22295f347616);}});}google.maps.event.addDomListener(window, 'load', initialize);