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.9219,-85.6667)};var g_54bb88c3595111abfb108132e2fcc67b = new google.maps.Geocoder();g_54bb88c3595111abfb108132e2fcc67b.geocode( { 'address': "2311 Division Ave S, Grand Rapids, MI 49507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-cash-connection').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-cash-connection'), mapOptions);}document.getElementById('8a06905c').innerHTML += ' | View Map';var $l54bb88c3595111abfb108132e2fcc67b = '

Cash Connection

Address: 2311 Division Ave S, Grand Rapids, MI 49507, USA
Phone: (616) 245-1855
';var m_54bb88c3595111abfb108132e2fcc67b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Connection',});m_54bb88c3595111abfb108132e2fcc67b['infowindow'] = new google.maps.InfoWindow({content: $l54bb88c3595111abfb108132e2fcc67b});var infowindow = new google.maps.InfoWindow({content: $l54bb88c3595111abfb108132e2fcc67b});google.maps.event.addListener(m_54bb88c3595111abfb108132e2fcc67b, 'click', function() {infowindow.open(map,m_54bb88c3595111abfb108132e2fcc67b);});$marker.push(m_54bb88c3595111abfb108132e2fcc67b);}});}google.maps.event.addDomListener(window, 'load', initialize);