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(42.6824,-83.1437)};var g_cfb691b0a89ce8f3505f58bf1e6d7409 = new google.maps.Geocoder();g_cfb691b0a89ce8f3505f58bf1e6d7409.geocode( { 'address': "800 W University Dr, Rochester, MI 48307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-MI-hitachi-business-finance').style.display = '';map = new google.maps.Map(document.getElementById('rochester-MI-hitachi-business-finance'), mapOptions);}document.getElementById('e246c125').innerHTML += ' | View Map';var $lcfb691b0a89ce8f3505f58bf1e6d7409 = '

Hitachi Business Finance

Address: 800 W University Dr, Rochester, MI 48307, USA
Phone: (248) 658-1100
';var m_cfb691b0a89ce8f3505f58bf1e6d7409 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hitachi Business Finance',});m_cfb691b0a89ce8f3505f58bf1e6d7409['infowindow'] = new google.maps.InfoWindow({content: $lcfb691b0a89ce8f3505f58bf1e6d7409});var infowindow = new google.maps.InfoWindow({content: $lcfb691b0a89ce8f3505f58bf1e6d7409});google.maps.event.addListener(m_cfb691b0a89ce8f3505f58bf1e6d7409, 'click', function() {infowindow.open(map,m_cfb691b0a89ce8f3505f58bf1e6d7409);});$marker.push(m_cfb691b0a89ce8f3505f58bf1e6d7409);}});}google.maps.event.addDomListener(window, 'load', initialize);