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(40.7035,-96.3899)};var g_e66d9d4464a2f331f02390f25be3b463 = new google.maps.Geocoder();g_e66d9d4464a2f331f02390f25be3b463.geocode( { 'address': "415 C St, Palmyra, NE 68418, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmyra-NE-smiths-d--d').style.display = '';map = new google.maps.Map(document.getElementById('palmyra-NE-smiths-d--d'), mapOptions);}document.getElementById('2503958a').innerHTML += ' | View Map';var $le66d9d4464a2f331f02390f25be3b463 = '

Smith's D & D

Address: 415 C St, Palmyra, NE 68418, USA
Phone: (402) 780-5326
';var m_e66d9d4464a2f331f02390f25be3b463 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Smith's D & D',});m_e66d9d4464a2f331f02390f25be3b463['infowindow'] = new google.maps.InfoWindow({content: $le66d9d4464a2f331f02390f25be3b463});var infowindow = new google.maps.InfoWindow({content: $le66d9d4464a2f331f02390f25be3b463});google.maps.event.addListener(m_e66d9d4464a2f331f02390f25be3b463, 'click', function() {infowindow.open(map,m_e66d9d4464a2f331f02390f25be3b463);});$marker.push(m_e66d9d4464a2f331f02390f25be3b463);}});}google.maps.event.addDomListener(window, 'load', initialize);