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.2874,-88.4162)};var g_fbe8fede454a265a4051dccb505548b5 = new google.maps.Geocoder();g_fbe8fede454a265a4051dccb505548b5.geocode( { 'address': "720 W Northland Ave, Appleton, WI 54914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('appleton-WI-citizens-finance').style.display = '';map = new google.maps.Map(document.getElementById('appleton-WI-citizens-finance'), mapOptions);}document.getElementById('6ea1c846').innerHTML += ' | View Map';var $lfbe8fede454a265a4051dccb505548b5 = '

Citizens Finance

Address: 720 W Northland Ave, Appleton, WI 54914, USA
Phone: (920) 734-5626
';var m_fbe8fede454a265a4051dccb505548b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Finance',});m_fbe8fede454a265a4051dccb505548b5['infowindow'] = new google.maps.InfoWindow({content: $lfbe8fede454a265a4051dccb505548b5});var infowindow = new google.maps.InfoWindow({content: $lfbe8fede454a265a4051dccb505548b5});google.maps.event.addListener(m_fbe8fede454a265a4051dccb505548b5, 'click', function() {infowindow.open(map,m_fbe8fede454a265a4051dccb505548b5);});$marker.push(m_fbe8fede454a265a4051dccb505548b5);}});}google.maps.event.addDomListener(window, 'load', initialize);