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(44.5008,-87.9812)};var g_036c4138a999055ab7fc69387ba40abb = new google.maps.Geocoder();g_036c4138a999055ab7fc69387ba40abb.geocode( { 'address': "1673 Main St, Green Bay, WI 54302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('green-bay-WI-koehne-car-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('green-bay-WI-koehne-car-credit-inc'), mapOptions);}document.getElementById('270a0202').innerHTML += ' | View Map';var $l036c4138a999055ab7fc69387ba40abb = '

Koehne Car Credit Inc

Address: 1673 Main St, Green Bay, WI 54302, USA
Phone: (920) 857-9494
';var m_036c4138a999055ab7fc69387ba40abb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Koehne Car Credit Inc',});m_036c4138a999055ab7fc69387ba40abb['infowindow'] = new google.maps.InfoWindow({content: $l036c4138a999055ab7fc69387ba40abb});var infowindow = new google.maps.InfoWindow({content: $l036c4138a999055ab7fc69387ba40abb});google.maps.event.addListener(m_036c4138a999055ab7fc69387ba40abb, 'click', function() {infowindow.open(map,m_036c4138a999055ab7fc69387ba40abb);});$marker.push(m_036c4138a999055ab7fc69387ba40abb);}});}google.maps.event.addDomListener(window, 'load', initialize);