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.2502,-85.5894)};var g_430483b378522e8ade580219b568106e = new google.maps.Geocoder();g_430483b378522e8ade580219b568106e.geocode( { 'address': "4037 S Westnedge Ave, Kalamazoo, MI 49008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-plan-4-financial-design').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-plan-4-financial-design'), mapOptions);}document.getElementById('46fbad88').innerHTML += ' | View Map';var $l430483b378522e8ade580219b568106e = '

Plan 4 Financial Design

Address: 4037 S Westnedge Ave, Kalamazoo, MI 49008, USA
Phone: (800) 600-2554
';var m_430483b378522e8ade580219b568106e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plan 4 Financial Design',});m_430483b378522e8ade580219b568106e['infowindow'] = new google.maps.InfoWindow({content: $l430483b378522e8ade580219b568106e});var infowindow = new google.maps.InfoWindow({content: $l430483b378522e8ade580219b568106e});google.maps.event.addListener(m_430483b378522e8ade580219b568106e, 'click', function() {infowindow.open(map,m_430483b378522e8ade580219b568106e);});$marker.push(m_430483b378522e8ade580219b568106e);}});}google.maps.event.addDomListener(window, 'load', initialize);