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(35.4422,-119.251)};var g_494e852999144cc8e5474521f8cd1a83 = new google.maps.Geocoder();g_494e852999144cc8e5474521f8cd1a83.geocode( { 'address': "31110 7th Standard Rd, Bakersfield, CA 93314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-d-j-food-mart').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-d-j-food-mart'), mapOptions);}document.getElementById('9619679c').innerHTML += ' | View Map';var $l494e852999144cc8e5474521f8cd1a83 = '

D J Food Mart

Address: 31110 7th Standard Rd, Bakersfield, CA 93314, USA
Phone: (661) 393-2607
';var m_494e852999144cc8e5474521f8cd1a83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'D J Food Mart',});m_494e852999144cc8e5474521f8cd1a83['infowindow'] = new google.maps.InfoWindow({content: $l494e852999144cc8e5474521f8cd1a83});var infowindow = new google.maps.InfoWindow({content: $l494e852999144cc8e5474521f8cd1a83});google.maps.event.addListener(m_494e852999144cc8e5474521f8cd1a83, 'click', function() {infowindow.open(map,m_494e852999144cc8e5474521f8cd1a83);});$marker.push(m_494e852999144cc8e5474521f8cd1a83);}});}google.maps.event.addDomListener(window, 'load', initialize);