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(32.2541,-110.885)};var g_5d51f2aff0a5670abf71213eb65bef2d = new google.maps.Geocoder();g_5d51f2aff0a5670abf71213eb65bef2d.geocode( { 'address': "Tucson, AZ 85712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-hotchkiss-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-hotchkiss-financial-inc'), mapOptions);}document.getElementById('03aa5101').innerHTML += ' | View Map';var $l5d51f2aff0a5670abf71213eb65bef2d = '

Hotchkiss Financial Inc

Address: Tucson, AZ 85712, USA
Phone: (520) 319-2222
';var m_5d51f2aff0a5670abf71213eb65bef2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hotchkiss Financial Inc',});m_5d51f2aff0a5670abf71213eb65bef2d['infowindow'] = new google.maps.InfoWindow({content: $l5d51f2aff0a5670abf71213eb65bef2d});var infowindow = new google.maps.InfoWindow({content: $l5d51f2aff0a5670abf71213eb65bef2d});google.maps.event.addListener(m_5d51f2aff0a5670abf71213eb65bef2d, 'click', function() {infowindow.open(map,m_5d51f2aff0a5670abf71213eb65bef2d);});$marker.push(m_5d51f2aff0a5670abf71213eb65bef2d);}});}google.maps.event.addDomListener(window, 'load', initialize);