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.0434,-91.5931)};var g_551a51e46ebc58d358309016ad55f8ee = new google.maps.Geocoder();g_551a51e46ebc58d358309016ad55f8ee.geocode( { 'address': "1199 Grand Ave, Marion, IA 52302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IA-fast-cash-express-tax-place').style.display = '';map = new google.maps.Map(document.getElementById('marion-IA-fast-cash-express-tax-place'), mapOptions);}document.getElementById('71954822').innerHTML += ' | View Map';var $l551a51e46ebc58d358309016ad55f8ee = '

Fast Cash/Express Tax Place

Address: 1199 Grand Ave, Marion, IA 52302
Phone: 31937382308664463228
';var m_551a51e46ebc58d358309016ad55f8ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Cash/Express Tax Place',});m_551a51e46ebc58d358309016ad55f8ee['infowindow'] = new google.maps.InfoWindow({content: $l551a51e46ebc58d358309016ad55f8ee});var infowindow = new google.maps.InfoWindow({content: $l551a51e46ebc58d358309016ad55f8ee});google.maps.event.addListener(m_551a51e46ebc58d358309016ad55f8ee, 'click', function() {infowindow.open(map,m_551a51e46ebc58d358309016ad55f8ee);});$marker.push(m_551a51e46ebc58d358309016ad55f8ee);}});}google.maps.event.addDomListener(window, 'load', initialize);