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(41.2622,-95.9313)};var g_7540dfa36636e26278b595e2743e3021 = new google.maps.Geocoder();g_7540dfa36636e26278b595e2743e3021.geocode( { 'address': "900 S 74th St, Omaha, NE 68114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-best-card').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-best-card'), mapOptions);}document.getElementById('c54e78a0').innerHTML += ' | View Map';var $l7540dfa36636e26278b595e2743e3021 = '

Best Card

Address: 900 S 74th St, Omaha, NE 68114
Phone: (402) 206-2233
';var m_7540dfa36636e26278b595e2743e3021 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Card',});m_7540dfa36636e26278b595e2743e3021['infowindow'] = new google.maps.InfoWindow({content: $l7540dfa36636e26278b595e2743e3021});var infowindow = new google.maps.InfoWindow({content: $l7540dfa36636e26278b595e2743e3021});google.maps.event.addListener(m_7540dfa36636e26278b595e2743e3021, 'click', function() {infowindow.open(map,m_7540dfa36636e26278b595e2743e3021);});$marker.push(m_7540dfa36636e26278b595e2743e3021);}});}google.maps.event.addDomListener(window, 'load', initialize);