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.3929,-94.0936)};var g_d4e0a1caa2f5d32a12799b9d4209249e = new google.maps.Geocoder();g_d4e0a1caa2f5d32a12799b9d4209249e.geocode( { 'address': "523 Main St, Golden City, MO 64748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('golden-city-MO-metropolitan-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('golden-city-MO-metropolitan-national-bank'), mapOptions);}document.getElementById('8fd0c307').innerHTML += ' | View Map';var $ld4e0a1caa2f5d32a12799b9d4209249e = '

Metropolitan National Bank

Address: 523 Main St, Golden City, MO 64748, USA
Phone: (417) 537-4732
';var m_d4e0a1caa2f5d32a12799b9d4209249e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metropolitan National Bank',});m_d4e0a1caa2f5d32a12799b9d4209249e['infowindow'] = new google.maps.InfoWindow({content: $ld4e0a1caa2f5d32a12799b9d4209249e});var infowindow = new google.maps.InfoWindow({content: $ld4e0a1caa2f5d32a12799b9d4209249e});google.maps.event.addListener(m_d4e0a1caa2f5d32a12799b9d4209249e, 'click', function() {infowindow.open(map,m_d4e0a1caa2f5d32a12799b9d4209249e);});$marker.push(m_d4e0a1caa2f5d32a12799b9d4209249e);}});}google.maps.event.addDomListener(window, 'load', initialize);