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.7396,-73.6388)};var g_806120ac313a0f308743116d7525ffe5 = new google.maps.Geocoder();g_806120ac313a0f308743116d7525ffe5.geocode( { 'address': "200 Old Country Rd # 274, Mineola, NY 11501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mineola-NY-ernest-d-loewenwarter--co').style.display = '';map = new google.maps.Map(document.getElementById('mineola-NY-ernest-d-loewenwarter--co'), mapOptions);}document.getElementById('3e1adc4a').innerHTML += ' | View Map';var $l806120ac313a0f308743116d7525ffe5 = '

Ernest D Loewenwarter & Co

Address: 200 Old Country Rd # 274, Mineola, NY 11501, USA
Phone: (516) 739-9777
';var m_806120ac313a0f308743116d7525ffe5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ernest D Loewenwarter & Co',});m_806120ac313a0f308743116d7525ffe5['infowindow'] = new google.maps.InfoWindow({content: $l806120ac313a0f308743116d7525ffe5});var infowindow = new google.maps.InfoWindow({content: $l806120ac313a0f308743116d7525ffe5});google.maps.event.addListener(m_806120ac313a0f308743116d7525ffe5, 'click', function() {infowindow.open(map,m_806120ac313a0f308743116d7525ffe5);});$marker.push(m_806120ac313a0f308743116d7525ffe5);}});}google.maps.event.addDomListener(window, 'load', initialize);