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(38.9879,-90.9767)};var g_31cbdf5366c4c79a99253a9a5aeb1492 = new google.maps.Geocoder();g_31cbdf5366c4c79a99253a9a5aeb1492.geocode( { 'address': "280 Magee St, Troy, MO 63379, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-MO-flexi-cash').style.display = '';map = new google.maps.Map(document.getElementById('troy-MO-flexi-cash'), mapOptions);}document.getElementById('9154ab04').innerHTML += ' | View Map';var $l31cbdf5366c4c79a99253a9a5aeb1492 = '

Flexi Cash

Address: 280 Magee St, Troy, MO 63379, USA
Phone: (636) 462-6166
';var m_31cbdf5366c4c79a99253a9a5aeb1492 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flexi Cash',});m_31cbdf5366c4c79a99253a9a5aeb1492['infowindow'] = new google.maps.InfoWindow({content: $l31cbdf5366c4c79a99253a9a5aeb1492});var infowindow = new google.maps.InfoWindow({content: $l31cbdf5366c4c79a99253a9a5aeb1492});google.maps.event.addListener(m_31cbdf5366c4c79a99253a9a5aeb1492, 'click', function() {infowindow.open(map,m_31cbdf5366c4c79a99253a9a5aeb1492);});$marker.push(m_31cbdf5366c4c79a99253a9a5aeb1492);}});}google.maps.event.addDomListener(window, 'load', initialize);