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(36.7815,-90.4257)};var g_40b5a2eeae9e17b072fdf6cc7f3354d2 = new google.maps.Geocoder();g_40b5a2eeae9e17b072fdf6cc7f3354d2.geocode( { 'address': "2326 N Westwood Blvd, Poplar Bluff, MO 63901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poplar-bluff-MO-check-please').style.display = '';map = new google.maps.Map(document.getElementById('poplar-bluff-MO-check-please'), mapOptions);}document.getElementById('e01ebbf6').innerHTML += ' | View Map';var $l40b5a2eeae9e17b072fdf6cc7f3354d2 = '

Check Please

Address: 2326 N Westwood Blvd, Poplar Bluff, MO 63901, USA
Phone: (573) 778-0225
';var m_40b5a2eeae9e17b072fdf6cc7f3354d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Please',});m_40b5a2eeae9e17b072fdf6cc7f3354d2['infowindow'] = new google.maps.InfoWindow({content: $l40b5a2eeae9e17b072fdf6cc7f3354d2});var infowindow = new google.maps.InfoWindow({content: $l40b5a2eeae9e17b072fdf6cc7f3354d2});google.maps.event.addListener(m_40b5a2eeae9e17b072fdf6cc7f3354d2, 'click', function() {infowindow.open(map,m_40b5a2eeae9e17b072fdf6cc7f3354d2);});$marker.push(m_40b5a2eeae9e17b072fdf6cc7f3354d2);}});}google.maps.event.addDomListener(window, 'load', initialize);