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.3216,-96.753)};var g_213b903c200ef3f2a7120dfab773a095 = new google.maps.Geocoder();g_213b903c200ef3f2a7120dfab773a095.geocode( { 'address': "333 N Main St, Burden, KS 67019"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burden-KS-emerald-bank').style.display = '';map = new google.maps.Map(document.getElementById('burden-KS-emerald-bank'), mapOptions);}document.getElementById('c60b65c8').innerHTML += ' | View Map';var $l213b903c200ef3f2a7120dfab773a095 = '

Emerald Bank

Address: 333 N Main St, Burden, KS 67019
Phone: (620) 438-2212
';var m_213b903c200ef3f2a7120dfab773a095 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Emerald Bank',});m_213b903c200ef3f2a7120dfab773a095['infowindow'] = new google.maps.InfoWindow({content: $l213b903c200ef3f2a7120dfab773a095});var infowindow = new google.maps.InfoWindow({content: $l213b903c200ef3f2a7120dfab773a095});google.maps.event.addListener(m_213b903c200ef3f2a7120dfab773a095, 'click', function() {infowindow.open(map,m_213b903c200ef3f2a7120dfab773a095);});$marker.push(m_213b903c200ef3f2a7120dfab773a095);}});}google.maps.event.addDomListener(window, 'load', initialize);