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.7327,-120.044)};var g_4f52e1c157cc9f688a94a859bb4c9ec1 = new google.maps.Geocoder();g_4f52e1c157cc9f688a94a859bb4c9ec1.geocode( { 'address': "14061 W Whitesbridge Ave, Kerman, CA 93630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kerman-CA-walmart-money-center').style.display = '';map = new google.maps.Map(document.getElementById('kerman-CA-walmart-money-center'), mapOptions);}document.getElementById('2f4b3ffb').innerHTML += ' | View Map';var $l4f52e1c157cc9f688a94a859bb4c9ec1 = '

Walmart Money Center

Address: 14061 W Whitesbridge Ave, Kerman, CA 93630, USA
Phone: (559) 846-1200
';var m_4f52e1c157cc9f688a94a859bb4c9ec1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walmart Money Center',});m_4f52e1c157cc9f688a94a859bb4c9ec1['infowindow'] = new google.maps.InfoWindow({content: $l4f52e1c157cc9f688a94a859bb4c9ec1});var infowindow = new google.maps.InfoWindow({content: $l4f52e1c157cc9f688a94a859bb4c9ec1});google.maps.event.addListener(m_4f52e1c157cc9f688a94a859bb4c9ec1, 'click', function() {infowindow.open(map,m_4f52e1c157cc9f688a94a859bb4c9ec1);});$marker.push(m_4f52e1c157cc9f688a94a859bb4c9ec1);}});}google.maps.event.addDomListener(window, 'load', initialize);