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(19.4454,-155.88)};var g_b728671b8b3dca51bf5440edc799cb13 = new google.maps.Geocoder();g_b728671b8b3dca51bf5440edc799cb13.geocode( { 'address': "83-5282 Mamalahoa Hwy, Captain Cook, HI 96704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('captain-cook-HI-patels-auto-services').style.display = '';map = new google.maps.Map(document.getElementById('captain-cook-HI-patels-auto-services'), mapOptions);}document.getElementById('2a1d6b5d').innerHTML += ' | View Map';var $lb728671b8b3dca51bf5440edc799cb13 = '

Patel's Auto Services

Address: 83-5282 Mamalahoa Hwy, Captain Cook, HI 96704, USA
Phone: (808) 328-9246
';var m_b728671b8b3dca51bf5440edc799cb13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patel's Auto Services',});m_b728671b8b3dca51bf5440edc799cb13['infowindow'] = new google.maps.InfoWindow({content: $lb728671b8b3dca51bf5440edc799cb13});var infowindow = new google.maps.InfoWindow({content: $lb728671b8b3dca51bf5440edc799cb13});google.maps.event.addListener(m_b728671b8b3dca51bf5440edc799cb13, 'click', function() {infowindow.open(map,m_b728671b8b3dca51bf5440edc799cb13);});$marker.push(m_b728671b8b3dca51bf5440edc799cb13);}});}google.maps.event.addDomListener(window, 'load', initialize);