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.3318,-119.297)};var g_47e56bce481c77b639996723e3890689 = new google.maps.Geocoder();g_47e56bce481c77b639996723e3890689.geocode( { 'address': "227 N West St, Visalia, CA 93291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('visalia-CA-acclaim-credit-technologies').style.display = '';map = new google.maps.Map(document.getElementById('visalia-CA-acclaim-credit-technologies'), mapOptions);}document.getElementById('91484f7b').innerHTML += ' | View Map';var $l47e56bce481c77b639996723e3890689 = '

Acclaim Credit Technologies

Address: 227 N West St, Visalia, CA 93291, USA
Phone: (559) 741-7140
';var m_47e56bce481c77b639996723e3890689 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acclaim Credit Technologies',});m_47e56bce481c77b639996723e3890689['infowindow'] = new google.maps.InfoWindow({content: $l47e56bce481c77b639996723e3890689});var infowindow = new google.maps.InfoWindow({content: $l47e56bce481c77b639996723e3890689});google.maps.event.addListener(m_47e56bce481c77b639996723e3890689, 'click', function() {infowindow.open(map,m_47e56bce481c77b639996723e3890689);});$marker.push(m_47e56bce481c77b639996723e3890689);}});}google.maps.event.addDomListener(window, 'load', initialize);